mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 14:59:41 +02:00
12 lines
176 B
YAML
12 lines
176 B
YAML
dockerui:
|
|
image: dockerui/dockerui
|
|
privileged: true
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
nginx:
|
|
build: .
|
|
links:
|
|
- dockerui
|
|
ports:
|
|
- 80:80
|