Most of people required a way to give their customer a website to browse files inside server without giving server access. here file browser is the easiest way of giving this with docker.
File Browser is a single binary and can be used as a standalone executable. This is a fantastic web server that enables HTTPS by default. Its installation is quite straightforward independently on which system you want to use in a single command
docker run
-v /disk:/srv
-e PUID=$(id -u)
-e PGID=$(id -g)
-p 8080:80
filebrowser/filebrowser:s6