fix(nginx): Always restart, not just on unclean exit
This commit is contained in:
parent
3811bea2aa
commit
0d2f857cbc
@ -8,4 +8,4 @@ services:
|
||||
max-size: "10m"
|
||||
max-file: "10"
|
||||
compress: "true"
|
||||
restart: "${RESTARTPOLICY:-unless-stopped}"
|
||||
restart: "${RESTARTPOLICY:-always}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user