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

use dockerize to wait for mysql to start up

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2018-10-19 16:47:51 +02:00
parent b381a29859
commit 0bd6886b47

View File

@ -35,6 +35,7 @@ case "$SERVICE_TO_START" in
echo "waiting for $KCCONF_SERVER_SERVER_SSL_KEY_FILE & $KCCONF_SERVER_SERVER_SSL_CA_FILE"| ts
sleep 5
done
dockerize -wait tcp://db:3306
exec /usr/sbin/kopano-server -F
;;
dagent)