Update compose file orders
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
services:
|
||||
homeassistant:
|
||||
image: docker.io/homeassistant/home-assistant:2025.7.1
|
||||
container_name: homeassistant
|
||||
image: docker.io/homeassistant/home-assistant:2025.7.1
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/homeassistant/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@@ -9,7 +10,6 @@ services:
|
||||
- ${PORT}:8123
|
||||
networks:
|
||||
- frontend
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
|
||||
Reference in New Issue
Block a user