mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
Add a docker-ui container to the compose workflow
This commit is contained in:
@@ -21,3 +21,10 @@ mongo:
|
||||
image: mongo:3.0
|
||||
# ports:
|
||||
# - 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