Skip to content

Commit e1c2053

Browse files
committed
📝(compose) Remove double colon from yaml
It doesn't look like this is supposed to be there. Signed-off-by: Luca Weiss <[email protected]>
1 parent 58f68d8 commit e1c2053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/compose/keycloak/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
# - VIRTUAL_PORT=8080 # used by nginx proxy
2424
# - LETSENCRYPT_HOST=id.yourdomain.tld # used by lets encrypt to generate TLS certificate
2525
depends_on:
26-
kc_postgresql::
26+
kc_postgresql:
2727
condition: service_healthy
2828
restart: true
2929
# Uncomment if using our nginx proxy example

0 commit comments

Comments
 (0)