correct mountpoint for gui and clean up compose file
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
cc5120bdae
commit
d6e5700af4
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ services:
|
|||
ports:
|
||||
- 90:80
|
||||
volumes:
|
||||
- /mnt:/mnt/pve2 # Path to your actual media
|
||||
- /opt/filebrowser/config:/config # For settings/database
|
||||
- /mnt:/srv
|
||||
- /opt/filebrowser/config:/config
|
||||
- /opt/filebrowser/branding:/branding
|
||||
restart: unless-stopped
|
||||
Loading…
Reference in a new issue