remove docker- prefix

This commit is contained in:
2025-06-07 11:14:05 +02:00
parent 82577aa597
commit 52b5a1676d
34 changed files with 52 additions and 52 deletions

View File

@@ -0,0 +1,10 @@
services:
homeassistant:
container_name: homeassistant
image: homeassistant/home-assistant:2025.1.2
network_mode: host
privileged: true
restart: unless-stopped
volumes:
- /opt/homeassistant:/config
- /etc/localtime:/etc/localtime:ro