added filebrowser compose file suffix
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
f65f529914
commit
cc5120bdae
1 changed files with 12 additions and 0 deletions
12
lxc3/filebrowser.yml
Normal file
12
lxc3/filebrowser.yml
Normal 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
|
||||||
Loading…
Reference in a new issue