mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
Add a docker-ui container to the compose workflow
This commit is contained in:
@@ -20,4 +20,11 @@ redis:
|
||||
mongo:
|
||||
image: mongo:3.0
|
||||
# ports:
|
||||
# - 27017:27017
|
||||
# - 27017:27017
|
||||
dockerui:
|
||||
image: dockerui/dockerui
|
||||
ports:
|
||||
- "9000:9000"
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user