mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-25 21:29:10 +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 \
|
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
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user