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