changed container_name, image format
This commit is contained in:
parent
8e55e17c31
commit
3fd1d1cb46
|
@ -2,8 +2,8 @@ version: '3'
|
|||
|
||||
services:
|
||||
homeassistant:
|
||||
image: "ghcr.io/home-assistant/home-assistant:2024.2.1"
|
||||
container_name: homeassistant
|
||||
image: ghcr.io/home-assistant/home-assistant:2024.2.1
|
||||
container_name: homeassistant-1
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue
Block a user