Expose 2003,2004,8126,9126 udp ports too
This commit is contained in:
parent
2574c5a6ce
commit
27078ea2bf
|
@ -8,8 +8,8 @@ services:
|
||||||
dockerfile: Carbon.dockerfile
|
dockerfile: Carbon.dockerfile
|
||||||
context: .
|
context: .
|
||||||
ports:
|
ports:
|
||||||
- '2003:2003'
|
- '2003:2003/udp'
|
||||||
- '2004:2004'
|
- '2004:2004/udp'
|
||||||
- '7002:7002'
|
- '7002:7002'
|
||||||
volumes:
|
volumes:
|
||||||
- /data/graphite/whisper
|
- /data/graphite/whisper
|
||||||
|
@ -23,8 +23,8 @@ services:
|
||||||
context: .
|
context: .
|
||||||
ports:
|
ports:
|
||||||
- '8090:8090'
|
- '8090:8090'
|
||||||
- '8126:8126'
|
- '8126:8126/udp'
|
||||||
- '9126:9126'
|
- '9126:9126/udp'
|
||||||
depends_on:
|
depends_on:
|
||||||
- carbon
|
- carbon
|
||||||
# Graphite API (yep, almost original Graphite Web)
|
# Graphite API (yep, almost original Graphite Web)
|
||||||
|
|
Loading…
Reference in New Issue