From e03c7eaa5b23a6901583c112752e36df405a1609 Mon Sep 17 00:00:00 2001 From: Jafner Date: Tue, 24 Jan 2023 09:36:28 -0800 Subject: [PATCH] Update boot.sh for new forwardauth instance --- server/scripts/boot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/scripts/boot.sh b/server/scripts/boot.sh index 98ebd6a..85b07ee 100755 --- a/server/scripts/boot.sh +++ b/server/scripts/boot.sh @@ -38,4 +38,5 @@ echo "======= List all running containers =======" # the exporters boot faster than the servers, and don't seem to retry. wait 10 docker container restart monitoring_exporter-plex -docker container restart keycloak_forwardauth \ No newline at end of file +docker container restart keycloak_forwardauth +docker container restart keycloak_forwardauth-privileged