[Compose] Important health check fix for nginx-mailcow
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