Update homeassistant
This commit is contained in:
@@ -2,8 +2,15 @@ services:
|
||||
homeassistant:
|
||||
image: docker.io/homeassistant/home-assistant:2025.7.1
|
||||
container_name: homeassistant
|
||||
network_mode: host
|
||||
networks:
|
||||
- frontend
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/homeassistant/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- ${PORT}:8123
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user