Commit Graph

3 Commits

Author SHA1 Message Date
Quentin McGaw
922d75e67b
fix(healthcheck): use address configured if not empty
1. Use `$FB_ADDRESS` content if not empty;
2. Fallback on "address" value in /.filebrowser.json
3. Fallback on `localhost`
2024-01-16 15:57:40 +01:00
Emmanuel Frecon
d59ad594b8
fix: set correct port in docker healthcheck (#2812)
When the `FB_PORT` environment variable is set, respect its value. Otherwise, pick the port from the configuration.
2023-11-08 17:59:46 +01:00
Andrew Kennedy
ff4375cf6c
feat: add a healthcheck script that works with a dynamic port (#2510) 2023-07-22 23:07:15 +02:00