1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/graphite/docker-compose.yml
2017-03-11 18:31:59 +08:00

12 lines
190 B
YAML

graphite:
image: vimagick/graphite
ports:
- 2003:2003
- 2004:2004
- 7002:7002
- 8080:8080
- 9001:9001
volumes:
- ./data:/opt/graphite/storage
restart: always