1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 05:13:22 +00:00

fallback to a hardcoded value in case FQDNCLEANED is not set (#443)

* fallback to a hardcoded value in case FQDNCLEANED is not set
* strip ports in kweb startup script
This commit is contained in:
Felix Bartels
2020-09-15 11:29:41 +02:00
committed by GitHub
parent 9a7bca01c7
commit 045ca52d79
5 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ services:
environment:
- DEFAULTREDIRECT=/meet
- EMAIL=${EMAIL:-off}
- FQDN=${FQDNCLEANED?err}
- FQDN=${FQDN}
command: wrapper.sh
volumes:
- /etc/machine-id:/etc/machine-id
@@ -20,7 +20,7 @@ services:
networks:
web-net:
aliases:
- ${FQDNCLEANED?err}
- ${FQDNCLEANED:-domain.invalid}
ldap:
image: ${docker_repo:-kopano}/${LDAP_CONTAINER:-kopano_ldap_demo}:${LDAP_VERSION:-latest}