We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f68d8 commit e1c2053Copy full SHA for e1c2053
docs/examples/compose/keycloak/compose.yaml
@@ -23,7 +23,7 @@ services:
23
# - VIRTUAL_PORT=8080 # used by nginx proxy
24
# - LETSENCRYPT_HOST=id.yourdomain.tld # used by lets encrypt to generate TLS certificate
25
depends_on:
26
- kc_postgresql::
+ kc_postgresql:
27
condition: service_healthy
28
restart: true
29
# Uncomment if using our nginx proxy example
0 commit comments