Healthcheck hinzugefügt
This commit is contained in:
@@ -19,4 +19,12 @@ services:
|
||||
ports:
|
||||
- 9280:80
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "cli/health.php"]
|
||||
timeout: 10s
|
||||
start_period: 60s
|
||||
# start_interval: 11s
|
||||
interval: 75s
|
||||
retries: 3
|
||||
|
||||
networks: {}
|
||||
|
||||
Reference in New Issue
Block a user