1
0
Fork 0

Expose 2003,2004,8126,9126 udp ports too

This commit is contained in:
Gregory Eremin 2016-07-08 16:17:11 +02:00
parent 2574c5a6ce
commit 27078ea2bf
1 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ services:
dockerfile: Carbon.dockerfile
context: .
ports:
- '2003:2003'
- '2004:2004'
- '2003:2003/udp'
- '2004:2004/udp'
- '7002:7002'
volumes:
- /data/graphite/whisper
@ -23,8 +23,8 @@ services:
context: .
ports:
- '8090:8090'
- '8126:8126'
- '9126:9126'
- '8126:8126/udp'
- '9126:9126/udp'
depends_on:
- carbon
# Graphite API (yep, almost original Graphite Web)