diff --git a/home assistant/docker-compose.yml b/home assistant/docker-compose.yml deleted file mode 100644 index 7ca2eed..0000000 --- a/home assistant/docker-compose.yml +++ /dev/null @@ -1,13 +0,0 @@ -services: - homeassistant: - container_name: homeassistant - image: "ghcr.io/home-assistant/home-assistant:stable" - volumes: - - /docker/ha/config:/config - - /etc/localtime:/etc/localtime:ro - - /run/dbus:/run/dbus:ro - restart: unless-stopped - privileged: true - network_mode: host - environment: - TZ: Europe/London \ No newline at end of file