[Compose] Important health check fix for nginx-mailcow

master
andryyy 2017-07-07 11:20:00 +02:00
parent fa2af1b286
commit 86e86c7758
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ services:
- php-fpm-mailcow
image: nginx:mainline-alpine
healthcheck:
test: ["CMD", "ping", "php-fpm-mailcow"]
test: ["CMD", "ping", "php-fpm-mailcow", "-c", "5"]
interval: 5s
timeout: 5s
retries: 10