fix(snipeit): Always restart
This commit is contained in:
parent
788ef207b3
commit
1543d3ca58
@ -8,4 +8,4 @@ services:
|
||||
max-size: "10m"
|
||||
max-file: "10"
|
||||
compress: "true"
|
||||
restart: "${RESTARTPOLICY:-unless-stopped}"
|
||||
restart: "${RESTARTPOLICY:-always}"
|
||||
|
9
env/fqdn_context.env.example
vendored
9
env/fqdn_context.env.example
vendored
@ -1,6 +1,3 @@
|
||||
# This file is maintained by remco and populated with data from HashiCorp
|
||||
# Vault. Changes not done in Vault will be reverted when file gets rendered.
|
||||
|
||||
APP_ENV=production
|
||||
APP_KEY=base64:your-app-key-here
|
||||
APP_LOCALE=en
|
||||
@ -29,4 +26,8 @@ SNIPEIT_PORT=61000
|
||||
SNIPEIT_VERSION=latest
|
||||
SUBNET=172.30.95.0/24
|
||||
# Set to true when needed for temporary debugging
|
||||
APP_DEBUG=false
|
||||
APP_DEBUG=false
|
||||
|
||||
# Other available defaults
|
||||
# RESTARTPOLICY=always
|
||||
# TIMEZONE=Etc/UTC
|
Loading…
x
Reference in New Issue
Block a user