From d1121fd5a65b3b78474754e7092e8d98a05037cd Mon Sep 17 00:00:00 2001 From: Ant Kutschera <1108507+maxant@users.noreply.github.com> Date: Sun, 14 Jan 2024 01:49:28 +0100 Subject: [PATCH] Update installation.md --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \