diff --git a/installation.md b/installation.md index b8550fd..8151ac5 100644 --- a/installation.md +++ b/installation.md @@ -50,7 +50,7 @@ File Browser is also available as a Docker image. You can find it on [Docker Hub ```shell docker run \ -v /path/to/root:/srv \ - -v /path/filebrowser.db:/database.db \ + -v /path/to/filebrowser.db:/database/filebrowser.db \ -v /path/.filebrowser.json:/.filebrowser.json \ -u $(id -u):$(id -g) \ -p 8080:80 \