mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
graphite export 2003/udp
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user