1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/graphite/docker-compose.yml
2017-03-11 18:05:03 +08:00

10 lines
144 B
YAML

graphite:
image: vimagick/graphite
ports:
- 2003:2003
- 2004:2004
- 7002:7002
- 8080:8080
- 9001:9001
restart: always