From 6c3655a025406f381965e98775fa68336cc73ab0 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 27 Oct 2019 16:53:20 +0200 Subject: [PATCH] Fix network again Signed-off-by: Marko Korhonen --- homeautomation/docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeautomation/docker-compose.yml b/homeautomation/docker-compose.yml index 6860550..5d86d2b 100644 --- a/homeautomation/docker-compose.yml +++ b/homeautomation/docker-compose.yml @@ -61,8 +61,7 @@ services: container_name: portainer image: portainer/portainer restart: always - ports: - - "9000:9000" + network_mode: host volumes: - /var/run/docker.sock:/var/run/docker.sock - /homeautomation-config/portainer:/data