From 0c755ec42f2865a3b1777af49810b0b267cccce8 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 10 Nov 2019 16:54:57 +0200 Subject: [PATCH] Changed port Signed-off-by: Marko Korhonen --- homeautomation/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeautomation/docker-compose.yml b/homeautomation/docker-compose.yml index dcaae4e..2141bfe 100644 --- a/homeautomation/docker-compose.yml +++ b/homeautomation/docker-compose.yml @@ -67,7 +67,7 @@ services: image: snipsdocker/platform restart: always ports: - - '76477:1883' + - '7647:1883' volumes: - /homeautomation-config/snips/log/:/var/log - /homeautomation-config/snips/snips.toml:/etc/snips.toml