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