fix(hashicorpvault): Always restart
This commit is contained in:
parent
14810785bb
commit
57c2b55b17
@ -8,4 +8,4 @@ services:
|
|||||||
max-size: "10m"
|
max-size: "10m"
|
||||||
max-file: "10"
|
max-file: "10"
|
||||||
compress: "true"
|
compress: "true"
|
||||||
restart: "${RESTARTPOLICY:-unless-stopped}"
|
restart: "${RESTARTPOLICY:-always}"
|
||||||
|
2
env/fqdn_context.env.example
vendored
2
env/fqdn_context.env.example
vendored
@ -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
|
# Feel free to leave defaults. They apply while these vars are commented out
|
||||||
# ---
|
# ---
|
||||||
# RESTARTPOLICY=unless-stopped
|
# RESTARTPOLICY=always
|
||||||
# TIMEZONE=Etc/UTC
|
# TIMEZONE=Etc/UTC
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user