correct patrhs for config and db
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
d6e5700af4
commit
b2e69cc7bf
1 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,6 @@ services:
|
||||||
- 90:80
|
- 90:80
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt:/srv
|
- /mnt:/srv
|
||||||
- /opt/filebrowser/config:/config
|
- /docker/filebrowser/config:/config
|
||||||
- /opt/filebrowser/branding:/branding
|
- /docker/filebrowser/db:/database
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Loading…
Reference in a new issue