mapletree/lxc3/filebrowser.yml
admin cc5120bdae
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
added filebrowser compose file suffix
2026-02-09 07:05:59 -07:00

12 lines
No EOL
351 B
YAML

services:
filebrowser:
image: filebrowser/filebrowser:latest
container_name: file-manager
user: root:root
ports:
- 90:80
volumes:
- /mnt:/mnt/pve2 # Path to your actual media
- /opt/filebrowser/config:/config # For settings/database
- /opt/filebrowser/branding:/branding
restart: unless-stopped