mapletree/lxc3/filebrowser.yml
admin d6e5700af4
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
correct mountpoint for gui and clean up compose file
2026-02-09 07:10:54 -07:00

12 lines
No EOL
288 B
YAML

services:
filebrowser:
image: filebrowser/filebrowser:latest
container_name: file-manager
user: root:root
ports:
- 90:80
volumes:
- /mnt:/srv
- /opt/filebrowser/config:/config
- /opt/filebrowser/branding:/branding
restart: unless-stopped