Disable appdaemon

This commit is contained in:
2020-06-07 16:30:51 +03:00
parent 6a09f3773a
commit 0770ff4d73
+10 -10
View File
@@ -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