migrate to filebrowser quantum
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled

This commit is contained in:
2026-01-18 16:08:19 -03:00
parent 495fa0cfbe
commit 781c4683ca

View File

@@ -1,15 +1,14 @@
---
services: services:
filebrowser: filebrowser:
image: filebrowser/filebrowser image: gtstef/filebrowser:v1.1.1-stable
container_name: filebrowser environment:
user: "1000:1002" user: "1000:1002"
ports: FILEBROWSER_CONFIG: "data/config.yaml" # overrides the default path which is ./config.yaml
- 8686:80 FILEBROWSER_ADMIN_PASSWORD: "lkj123-0kj12lk12-92nas3@lj&239dfk3"
TZ: "America/Sao_Paulo"
volumes: volumes:
- /mnt/christoph:/srv/christoph - /mnt/servarr:/servarr
- /mnt/Public:/srv/Public - /home/ccalifice/docker-data/filebrowser:/home/filebrowser/data
- ./database.db:/database.db ports:
- ./settings.json:/.settings.json - 8088:80
- ./branding:/branding
restart: unless-stopped restart: unless-stopped