From c984dcd544752e88125c919be33077ed8976ed7f Mon Sep 17 00:00:00 2001 From: Patrick Scholz <47062395+psolru@users.noreply.github.com> Date: Mon, 16 May 2022 13:17:02 +0200 Subject: [PATCH] Update installation.md Fixing docker example command for alpine image --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index b8550fd..2e2fbc5 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/filebrowser.db:/database/filebrowser.db \ -v /path/.filebrowser.json:/.filebrowser.json \ -u $(id -u):$(id -g) \ -p 8080:80 \