fix(template/filebrowser): correct healthcheck for Filebrowser

This commit is contained in:
Hoàng Trần Nhật Minh 2025-09-12 02:31:26 +07:00
parent 2e3d09df2a
commit 2d267d6f23

View file

@ -29,8 +29,3 @@ services:
"address": "0.0.0.0",
"port": 80
}
healthcheck:
test: ["CMD-SHELL", "wget -q --spider http://localhost:80 || exit 1"]
interval: 10s
timeout: 3s
retries: 10