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:
parent
fa2af1b286
commit
86e86c7758
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user