From db30b2341f6b0a074bc784174bdaf10358997a76 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Mon, 17 May 2021 00:35:00 +0300 Subject: [PATCH] Remove appdaemon from dc --- config/docker-compose.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config/docker-compose.yaml b/config/docker-compose.yaml index 1bc5872..ab00e34 100644 --- a/config/docker-compose.yaml +++ b/config/docker-compose.yaml @@ -12,14 +12,3 @@ services: - TZ=Europe/Sofia 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