From 26edec7d46a2ac1f4a4fcc8b54c605e5765f8497 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 10 Nov 2019 16:46:06 +0200 Subject: [PATCH] Fixed ports line Signed-off-by: Marko Korhonen --- homeautomation/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeautomation/docker-compose.yml b/homeautomation/docker-compose.yml index 703027f..8cc97a5 100644 --- a/homeautomation/docker-compose.yml +++ b/homeautomation/docker-compose.yml @@ -66,7 +66,8 @@ services: container_name: snips image: dYalib/snips-docker restart: always - ports: 76477:1883 + ports: + - '76477:1883' volumes: - /homeautomation-config/snips/log/:/var/log - /homeautomation-config/snips/snips.toml:/etc/snips.toml