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:
|
ports:
|
||||||
- 90:80
|
- 90:80
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt:/mnt/pve2 # Path to your actual media
|
- /mnt:/srv
|
||||||
- /opt/filebrowser/config:/config # For settings/database
|
- /opt/filebrowser/config:/config
|
||||||
- /opt/filebrowser/branding:/branding
|
- /opt/filebrowser/branding:/branding
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Loading…
Reference in a new issue