From 57c2b55b1748e9f949bd6382214494623dcfde76 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Wed, 29 Jan 2025 01:23:50 +0100 Subject: [PATCH] fix(hashicorpvault): Always restart --- common-settings.yaml | 2 +- env/fqdn_context.env.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}" diff --git a/env/fqdn_context.env.example b/env/fqdn_context.env.example index b9d434b..ca5ff24 100644 --- a/env/fqdn_context.env.example +++ b/env/fqdn_context.env.example @@ -13,7 +13,7 @@ VAULT_LOCAL_CONFIG={"backend": {"file": {"path": "/vault/file"}}, "default_lease # Feel free to leave defaults. They apply while these vars are commented out # --- -# RESTARTPOLICY=unless-stopped +# RESTARTPOLICY=always # TIMEZONE=Etc/UTC