fix: add restart for redis backend of oauth2proxy

- otherwise oauth2proxy break for example on system reboot
This commit is contained in:
2023-04-10 19:20:56 +02:00
parent d8e9a773a9
commit 4b4f4666a3

View File

@@ -40,6 +40,7 @@ services:
redis:
image: redis:7.0.2-alpine3.16
restart: always
volumes:
- cache:/data