1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +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)
dockerize \
-wait tcp://kserver:236 \
-wait tcp://kopano_server:236 \
-timeout 360s
# cleaning up env variables
unset "${!KCCONF_@}"
@ -65,7 +65,7 @@ gateway)
;;
ical)
dockerize \
-wait tcp://kserver:236 \
-wait tcp://kopano_server:236 \
-timeout 360s
# cleaning up env variables
unset "${!KCCONF_@}"