1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

update hostname in start_service

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2018-11-29 20:25:11 +01:00
parent 19d3d8a831
commit 6c5af47de1

View File

@ -57,7 +57,7 @@ dagent)
;; ;;
gateway) gateway)
dockerize \ dockerize \
-wait tcp://kserver:236 \ -wait tcp://kopano_server:236 \
-timeout 360s -timeout 360s
# cleaning up env variables # cleaning up env variables
unset "${!KCCONF_@}" unset "${!KCCONF_@}"
@ -65,7 +65,7 @@ gateway)
;; ;;
ical) ical)
dockerize \ dockerize \
-wait tcp://kserver:236 \ -wait tcp://kopano_server:236 \
-timeout 360s -timeout 360s
# cleaning up env variables # cleaning up env variables
unset "${!KCCONF_@}" unset "${!KCCONF_@}"