Skip to content

Commit ba0197f

Browse files
committed
Set restart policy of webserver to "always"
Ensures that the service will come back after a VM reboot, which we expect to happen frequently as part of security updates applied by SAs at NSIDC.
1 parent 1286db9 commit ba0197f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ services:
6161
options:
6262
max-size: "20m"
6363
max-file: "5"
64-
restart: "on-failure"
64+
restart: "always"

0 commit comments

Comments
 (0)