Compare commits

..

No commits in common. "5e85a889086bcd3013da6034dea97f61a47d4e47" and "531accce6909575e18ac7f1123449279bdab93da" have entirely different histories.

2 changed files with 7 additions and 20 deletions

View File

@ -1,7 +1,8 @@
# References
- https://github.com/hurlenko/filebrowser-docker
- https://github.com/filebrowser/filebrowser
# Notes
Default username is `admin`. Password is auto-generated and displayed in container logs.
Default login is `admin:admin` as mentioned [here](https://filebrowser.org/installation#:~:text=You%20just%20need%20to%20go,Password%3A%20admin).

View File

@ -1,30 +1,16 @@
services:
filebrowser:
image: filebrowser/filebrowser
image: hurlenko/filebrowser
container_name: filebrowser
restart: unless-stopped
user: 1000:1000 # adjust to your needs
environment:
- FB_BASEURL=/filebrowser
ports:
- 8080:80
- 8080:8080
expose:
- 80
- 8080
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filebrowser/data:/srv
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filebrowser/config:/config
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filebrowser/database:/database
#networks:
# - proxy
#labels:
# - traefik.enable=true
# - traefik.docker.network=proxy
# - traefik.http.routers.filebrowser.rule=Host(`filebrowser.example.com`)
# - traefik.http.services.filebrowser.loadbalancer.server.port=80
# # Optional part for traefik middlewares
# - traefik.http.routers.filebrowser.middlewares=local-ipwhitelist@file
#networks:
# proxy:
# external: true
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filebrowser/data:/data
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filebrowser/config:/config