changed container_name, image format

This commit is contained in:
falkheiland 2024-02-13 17:26:54 +01:00
parent 8e55e17c31
commit 3fd1d1cb46

View File

@ -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