fix(template/filebrowser): correct routing and healthcheck for Filebrowser

This commit is contained in:
Hoàng Trần Nhật Minh 2025-09-11 23:21:48 +07:00
parent 96b3e269c5
commit 2e3d09df2a

View file

@ -30,7 +30,7 @@ services:
"port": 80
}
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s
timeout: 10s
retries: 15
test: ["CMD-SHELL", "wget -q --spider http://localhost:80 || exit 1"]
interval: 10s
timeout: 3s
retries: 10