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:
parent
19d3d8a831
commit
6c5af47de1
@ -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_@}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user