Skip to content

Commit

Permalink
fix: Incorrect filebrowser volume target. (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsgames authored Jan 14, 2024
1 parent cb98be6 commit dc6da30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions servapps/Filebrowser/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
},
"volumes": [
{
"source": "/usr/Filebrowser/{ServiceName}-database.db",
"target": "/database.db",
"source": "/usr/Filebrowser/filebrowser.db",
"target": "/database/filebrowser.db",
"type": "bind"
},
{
"source": "/usr/Filebrowser/.{ServiceName}-filebrowser.json",
"target": "/.filebrowser.json",
"source": "/usr/Filebrowser/settings.json",
"target": "/config/settings.json",
"type": "bind"
},
{
Expand Down

0 comments on commit dc6da30

Please sign in to comment.