From 4b4f4666a3eb23f71a8ea14078db41361c26eb68 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 10 Apr 2023 19:20:56 +0200 Subject: [PATCH] fix: add restart for redis backend of oauth2proxy - otherwise oauth2proxy break for example on system reboot --- templates/oauth-standalone-docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/oauth-standalone-docker-compose.yaml b/templates/oauth-standalone-docker-compose.yaml index 149bea9..79aa311 100644 --- a/templates/oauth-standalone-docker-compose.yaml +++ b/templates/oauth-standalone-docker-compose.yaml @@ -40,6 +40,7 @@ services: redis: image: redis:7.0.2-alpine3.16 + restart: always volumes: - cache:/data