Update restart to unless-stopped instead of always

This commit is contained in:
Florian RICHER 2023-09-25 12:49:21 +02:00
parent 64c5be9359
commit f97126930e
12 changed files with 16 additions and 21 deletions

View file

@ -3,7 +3,7 @@ version: '3'
services:
home_assistant:
image: homeassistant/home-assistant
restart: always
restart: unless-stopped
container_name: home_assistant
environment:
- TZ=Europe/Paris