mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
9 lines
163 B
YAML
9 lines
163 B
YAML
portainer:
|
|
image: portainer/portainer
|
|
ports:
|
|
- "9000:9000"
|
|
volumes:
|
|
- ./data:/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
restart: always
|