Maintained by Thijmen Heuvelink
This is surely one of the greatest open-source file manager that's accessible as a webapp, easily manage users and share your files via the web!
touch filebrowser.db
services:
filebrowser:
image: filebrowser/filebrowser
container_name: filebrowser
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./data:/srv
- ./branding:/branding
- ./filebrowser.db:/database.db
docker-compose up -d
Go to http://localhost:8080 and login with user: admin, pass: admin.
This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved