[Watchdog] Wait longer for containers to settle

master
andryyy 2019-09-21 22:41:31 +02:00
parent 6c4d93f70a
commit baba546c7a
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ trap "kill 0" EXIT
# Prepare
BACKGROUND_TASKS=()
echo "Waiting for containers to settle..."
sleep 10
sleep 30
if [[ "${USE_WATCHDOG}" =~ ^([nN][oO]|[nN])+$ ]]; then
echo -e "$(date) - USE_WATCHDOG=n, skipping watchdog..."

View File

@ -361,7 +361,7 @@ services:
- /lib/modules:/lib/modules:ro
watchdog-mailcow:
image: mailcow/watchdog:1.58
image: mailcow/watchdog:1.59
# Debug
#command: /watchdog.sh
build: ./data/Dockerfiles/watchdog