📝(compose) Remove double colon from yaml

It doesn't look like this is supposed to be there.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
This commit is contained in:
Luca Weiss
2025-06-26 19:10:48 +02:00
parent 58f68d86e1
commit e1c2053697

View File

@@ -23,7 +23,7 @@ services:
# - VIRTUAL_PORT=8080 # used by nginx proxy
# - LETSENCRYPT_HOST=id.yourdomain.tld # used by lets encrypt to generate TLS certificate
depends_on:
kc_postgresql::
kc_postgresql:
condition: service_healthy
restart: true
# Uncomment if using our nginx proxy example