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