1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-25 02:29:32 +02:00

[Compose] Important health check fix for nginx-mailcow

This commit is contained in:
andryyy 2017-07-07 11:20:00 +02:00
parent fa2af1b286
commit 86e86c7758

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