rename docker-compose to compose

This commit is contained in:
2025-12-06 13:03:06 +01:00
parent d59ed1c749
commit 7c70cc7760
13 changed files with 23 additions and 23 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