fix(nginx): Always restart, not just on unclean exit

This commit is contained in:
hygienic-books 2025-01-28 01:33:30 +01:00
parent 3811bea2aa
commit 0d2f857cbc

View File

@ -8,4 +8,4 @@ services:
max-size: "10m"
max-file: "10"
compress: "true"
restart: "${RESTARTPOLICY:-unless-stopped}"
restart: "${RESTARTPOLICY:-always}"