Merge branch 'develop' into ssl-passthrough-hosts

This commit is contained in:
acul009
2024-01-30 12:36:52 +01:00
committed by GitHub
48 changed files with 6116 additions and 12781 deletions

View File

@@ -76,7 +76,7 @@ feature by adding the following to the service in your `docker-compose.yml` file
```yml
healthcheck:
test: ["CMD", "/bin/check-health"]
test: ["CMD", "/usr/bin/check-health"]
interval: 10s
timeout: 3s
```