From 93e12bee0a179835347df8a61c7ebc41b38c9271 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 25 Mar 2025 23:24:12 +0100 Subject: [PATCH] feat(haproxy): Always restart --- common-settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-settings.yml b/common-settings.yml index 9fd26d7..19d917f 100644 --- a/common-settings.yml +++ b/common-settings.yml @@ -8,4 +8,4 @@ services: max-size: "10m" max-file: "10" compress: "true" - restart: "${RESTARTPOLICY:-unless-stopped}" + restart: "${RESTARTPOLICY:-always}"