Rename docker-compose.*.yaml to compose*.yaml

This commit is contained in:
Bram Veenboer
2025-06-17 16:02:01 +02:00
parent ea4b32d2ce
commit 764ebb400a
30 changed files with 46 additions and 46 deletions

View File

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