mapletree/lxc3/filebrowser.yml
admin b2e69cc7bf
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
correct patrhs for config and db
2026-02-09 07:12:56 -07:00

12 lines
No EOL
287 B
YAML

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