📝(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:
@@ -23,7 +23,7 @@ services:
|
|||||||
# - VIRTUAL_PORT=8080 # used by nginx proxy
|
# - VIRTUAL_PORT=8080 # used by nginx proxy
|
||||||
# - LETSENCRYPT_HOST=id.yourdomain.tld # used by lets encrypt to generate TLS certificate
|
# - LETSENCRYPT_HOST=id.yourdomain.tld # used by lets encrypt to generate TLS certificate
|
||||||
depends_on:
|
depends_on:
|
||||||
kc_postgresql::
|
kc_postgresql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: true
|
restart: true
|
||||||
# Uncomment if using our nginx proxy example
|
# Uncomment if using our nginx proxy example
|
||||||
|
|||||||
Reference in New Issue
Block a user