mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-22 07:16:10 +00:00
Fixes: https://github.com/zokradonh/kopano-docker/issues/15 Signed-off-by: Felix Bartels <felix@host-consultants.de>
9 lines
126 B
Bash
Executable File
9 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
exec dockerize \
|
|
-wait tcp://localhost:236 \
|
|
-timeout 360s \
|
|
kopano-storeadm -h default: -P
|