Merge pull request #6589 from htnminh/v4.x

fix(template/filebrowser): correct healthcheck for Filebrowser
This commit is contained in:
Andras Bacsai 2025-10-13 13:38:10 +02:00 committed by GitHub
commit 7443b266d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,8 +29,3 @@ services:
"address": "0.0.0.0",
"port": 80
}
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s
timeout: 10s
retries: 15