Files
gitlab-instance-0a899031_sh/d2ypp2/services/filebrowser/docker-compose.yml
root efa5533032 s
2026-05-18 08:36:28 +00:00

21 lines
507 B
YAML

services:
filebrowser:
image: filebrowser/filebrowser:latest
container_name: live-filebrowser
restart: unless-stopped
ports:
- "${FILEBROWSER_PORT:-8082}:80"
volumes:
- ./database:/database
- ./config:/config
- ../..:/srv/app
- "${SHELLCRASH_DIR:-/etc/ShellCrash}:/srv/shellcrash"
- /home/live:/srv/home-live
command:
- --database
- /database/filebrowser.db
- --config
- /config/settings.json
- --root
- /srv