mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-23 22:35:21 +02:00
Added PHP status and ping pages processing
This commit is contained in:
@@ -272,7 +272,7 @@ services:
|
||||
- zabbix-server
|
||||
- zabbix-build-pgsql
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/ping"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
@@ -333,7 +333,7 @@ services:
|
||||
- zabbix-server
|
||||
- zabbix-build-pgsql
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/ping"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
Reference in New Issue
Block a user