2023-10-27 12:21:14 +02:00
# documentation: https://filebrowser.org/configuration
2023-10-27 12:23:16 +02:00
# slogan: FileBrowser is a self-hosted, web-based file manager and file explorer with a user-friendly interface. It allows you to manage and organize your files and directories directly from your web browser.
2023-10-27 12:21:14 +02:00
# tags: file-management, storage-access, data-organization, file-utilization, administration-tool
services :
filebrowser :
2024-01-31 15:16:06 +01:00
image : filebrowser/filebrowser:s6
2023-10-27 12:21:14 +02:00
environment :
- SERVICE_FQDN_FILEBROWSER
- PUID=1000
- PGID=1000
volumes :
- filebrowser-srv:/srv
- filebrowser-database:/database/filebrowser.db
- filebrowser-config:/config/settings.json
healthcheck :
test : [ "CMD" , "curl" , "-f" , "http://localhost:80" ]
interval : 2s
timeout : 10s
retries : 15