diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 5b18d4d..e1713f2 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -14,14 +14,14 @@ services: restart: always network_mode: host - appdaemon: - container_name: appdaemon - image: acockburn/appdaemon:latest - ports: - - 5050:5050 - volumes: - - ../appdaemon:/conf - depends_on: - - homeassistant - network_mode: host + # appdaemon: + # container_name: appdaemon + # image: acockburn/appdaemon:latest + # ports: + # - 5050:5050 + # volumes: + # - ../appdaemon:/conf + # depends_on: + # - homeassistant + # network_mode: host