Homepage Stack: set restart to unless stopped

This commit is contained in:
Aroy-Art 2025-06-17 21:29:07 +02:00
parent c4176b1c63
commit ee09a4aef7
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -14,3 +14,4 @@ services:
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS:-homepage.lan} # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
- PUID=${PUID:-1000}
- PGID=${PGID:-1000}
restart: unless-stopped