1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-26 13:48:53 +08:00

NOISSUE - Fix normalizer exposed port in docker-compose (#548)

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
This commit is contained in:
Manuel Imperiale 2019-01-21 09:28:50 +01:00 committed by Dušan Borovčanin
parent f9f25e2d2f
commit 6bc287e028

View File

@ -126,6 +126,8 @@ services:
MF_NORMALIZER_LOG_LEVEL: debug
MF_NATS_URL: nats://nats:4222
MF_NORMALIZER_PORT: 8184
ports:
- 8184:8184
networks:
- mainflux-base-net