Skip to content

Commit a2411f8

Browse files
authored
Merge pull request #170 from opencloud-eu/issue/165
Fix bash default substitution
2 parents 2f1f0d3 + 537de1a commit a2411f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weboffice/collabora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
--o:ssl.termination=true \
6262
--o:welcome.enable=false \
6363
--o:net.frame_ancestors=${OC_DOMAIN:-cloud.opencloud.test}${TRAEFIK_PORT_HTTPS:+:}${TRAEFIK_PORT_HTTPS:-} \
64-
--o:net.lok_allow.host[14]=${OC_DOMAIN-cloud.opencloud.test}${TRAEFIK_PORT_HTTPS:+:}${TRAEFIK_PORT_HTTPS:-} \
64+
--o:net.lok_allow.host[14]=${OC_DOMAIN:-cloud.opencloud.test}${TRAEFIK_PORT_HTTPS:+:}${TRAEFIK_PORT_HTTPS:-} \
6565
--o:home_mode.enable=${COLLABORA_HOME_MODE:-false}
6666
username: ${COLLABORA_ADMIN_USER:-admin}
6767
password: ${COLLABORA_ADMIN_PASSWORD:-admin}

0 commit comments

Comments
 (0)