1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/portainer/arm/docker-compose.yml

9 lines
173 B
YAML
Raw Normal View History

2017-03-23 08:34:07 +00:00
portainer:
2017-03-26 07:45:49 +00:00
image: portainer/portainer:linux-arm
2017-03-23 08:34:07 +00:00
ports:
- "9000:9000"
volumes:
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: always