1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

graphite export 2003/udp

This commit is contained in:
kev 2018-01-27 16:21:07 +08:00
parent 0004bf1fff
commit 8e4797f9cc
2 changed files with 2 additions and 1 deletions

@ -100,7 +100,7 @@ LINE_RECEIVER_PORT = 2003
# Set this to True to enable the UDP listener. By default this is off
# because it is very common to run multiple carbon daemons and managing
# another (rarely used) port for every carbon instance is not fun.
ENABLE_UDP_LISTENER = False
ENABLE_UDP_LISTENER = True
UDP_RECEIVER_INTERFACE = 0.0.0.0
UDP_RECEIVER_PORT = 2003

@ -2,6 +2,7 @@ graphite:
image: vimagick/graphite
ports:
- "2003:2003"
- "2003:2003/udp"
- "2004:2004"
- "7002:7002"
- "8080:8080"