From 0d2f857cbcdefb78ad58a717e357b4f5d44fc3c3 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 28 Jan 2025 01:33:30 +0100 Subject: [PATCH] fix(nginx): Always restart, not just on unclean exit --- common-settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-settings.yaml b/common-settings.yaml index 9fd26d7..19d917f 100644 --- a/common-settings.yaml +++ b/common-settings.yaml @@ -8,4 +8,4 @@ services: max-size: "10m" max-file: "10" compress: "true" - restart: "${RESTARTPOLICY:-unless-stopped}" + restart: "${RESTARTPOLICY:-always}"