File Browser
Web File Browser with a Material Design web interface.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
filebrowser:
image: filebrowser/filebrowser
volumes:
- /path/to/root:/srv
- /path/filebrowser.db:/database.db
- /path/.filebrowser.json:/.filebrowser.json
ports:
- 8080:80
restart: unless-stopped Resources
Website: https://filebrowser.org/
Demo: https://demo.filebrowser.org/
GitHub: https://github.com/filebrowser/filebrowser
Docker Hub: https://hub.docker.com/r/filebrowser/filebrowser
Configuration: https://filebrowser.org/installation