azukaar / cosmos-servapps-official

Official repository for Cosmos apps on the market
GNU Affero General Public License v3.0
35 stars 42 forks source link

fix: Incorrect filebrowser volume target. #109

Closed tripodsgames closed 7 months ago

tripodsgames commented 8 months ago

The files were being mounted incorrectly, remembering that an instruction is needed to create the files before installation as docker creates them as a directory.

If you don't already have a database file, make sure to create a new empty file under the path you specified. Otherwise, Docker will create an empty folder instead of an empty file, resulting in an error when mounting the database into the container.

See: https://filebrowser.org/installation#docker

azukaar commented 7 months ago

THanks!