1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00

update graphite

This commit is contained in:
kev 2018-11-08 11:04:08 +08:00
parent 3de2591c63
commit ca23e22da8
2 changed files with 5 additions and 2 deletions

View File

@ -48,8 +48,11 @@ COPY supervisord.conf /etc/supervisor/
VOLUME $GRAPHITE_CONF_DIR \
$GRAPHITE_STORAGE_DIR
EXPOSE 2003 \
EXPOSE 2003/udp \
2003 \
2004 \
2023 \
2024 \
7002 \
8080 \
9001

View File

@ -1,8 +1,8 @@
graphite:
image: vimagick/graphite
ports:
- "2003:2003"
- "2003:2003/udp"
- "2003:2003"
- "2004:2004"
- "2023:2023"
- "2024:2024"