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