Files
gitlab-instance-0a899031_do…/services/filebrowser/docker-compose.yml
2026-03-28 08:39:12 -05:00

23 lines
523 B
YAML

version: "3.3"
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