added filebrowser compose file suffix
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-09 07:05:59 -07:00
parent f65f529914
commit cc5120bdae

12
lxc3/filebrowser.yml Normal file
View file

@ -0,0 +1,12 @@
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