1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-03-25 21:29:10 +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 \ VOLUME $GRAPHITE_CONF_DIR \
$GRAPHITE_STORAGE_DIR $GRAPHITE_STORAGE_DIR
EXPOSE 2003 \ EXPOSE 2003/udp \
2003 \
2004 \ 2004 \
2023 \
2024 \
7002 \ 7002 \
8080 \ 8080 \
9001 9001

View File

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