fix(hashicorpvault): Always restart

This commit is contained in:
hygienic-books 2025-01-29 01:23:50 +01:00
parent 14810785bb
commit 57c2b55b17
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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