
Docker Container: filebrowser [Portainer Installation]
filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
Source of text: https://github.com/filebrowser/filebrowser#readme.
Video Tutorial
Text Tutorial
- First go to your
Portainer
and thecontainers
section. - Then click to
Add container
button. - Now fill data.
- Name your
container
whatever you want, in my opinion it's better to give it a name likedocker image
. - In
image
type:filebrowser/filebrowser
. - Add a netwrok port, but in container must be port
80
. In host you can select port whatever you want. I recommend a port that is not so well known. - Now go to
volumes
and map additional volume.
Container (volume) must have:/srv
.
And in host (volume) whatever you want.
And don't forget to setvolume
tobind
.
Then I later recommend creating users not to have access to the entire file system if you give the entire file system (/). - Set
restart policy
toUnless stopped
.
- Name your
- And Finally, deploy
filebrowser
container! - Done! FileBrowser docker container is running!
You can go toFileBrowser
viaYour docker host ip
and(/with)host port
.