mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
update graphite
This commit is contained in:
parent
3de2591c63
commit
ca23e22da8
@ -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
|
||||
|
@ -1,8 +1,8 @@
|
||||
graphite:
|
||||
image: vimagick/graphite
|
||||
ports:
|
||||
- "2003:2003"
|
||||
- "2003:2003/udp"
|
||||
- "2003:2003"
|
||||
- "2004:2004"
|
||||
- "2023:2023"
|
||||
- "2024:2024"
|
||||
|
Loading…
Reference in New Issue
Block a user