mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-26 07:13:34 +01:00
9 lines
167 B
YAML
9 lines
167 B
YAML
portainer:
|
|
image: portainer/portainer:arm
|
|
ports:
|
|
- "9000:9000"
|
|
volumes:
|
|
- ./data:/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
restart: always
|