Keycloak: Fix restart condition

This commit is contained in:
Jannik Beyerstedt 2023-05-04 23:39:51 +02:00
parent 2dc4b6f5fd
commit 7710bf384d

View file

@ -38,6 +38,7 @@ services:
# Runtime options set in compose directly.
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
restart: unless-stopped
command: start --optimized
depends_on:
- db