1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/graphite/docker-compose.yml

12 lines
200 B
YAML
Raw Normal View History

2017-03-11 10:05:03 +00:00
graphite:
image: vimagick/graphite
ports:
2017-06-28 10:03:57 +00:00
- "2003:2003"
- "2004:2004"
- "7002:7002"
- "8080:8080"
- "9001:9001"
2017-03-11 10:31:59 +00:00
volumes:
- ./data:/opt/graphite/storage
2017-03-11 10:05:03 +00:00
restart: always