1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-08 08:26:13 +00:00

fix search startup. master is now 8.7 only

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2018-11-21 11:02:03 +01:00
parent 07ea7b92bf
commit d73d62f491

View File

@ -85,7 +85,7 @@ search)
-timeout 360s -timeout 360s
# cleaning up env variables # cleaning up env variables
unset "${!KCCONF_@}" unset "${!KCCONF_@}"
exec /usr/bin/python /usr/sbin/kopano-search -F exec /usr/bin/python3 /usr/sbin/kopano-search -F
;; ;;
spooler) spooler)
dockerize \ dockerize \