From cce19f8eefd53e7a2be282f4795402f4ab20f5fa Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Mon, 5 Aug 2019 12:42:37 +0200 Subject: [PATCH] Fix README. Fixes #1 Fixes #2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8d63b5..f3dd855 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Noteworthy Volumes ------- -* `/subsonic` --- Directory to store Subsonic's log, configuration and database +* `/data` --- Directory to store Subsonic's log, configuration and database * `/music` --- Default music folder * `/podcasts` --- Default podcast folder * `/playlists` --- Default playlist folder @@ -58,6 +58,7 @@ Run a container with this image $ docker run \ --detach \ --publish 8080:8080 \ + --volume "/local/config/dir:/data/" \ --volume "/wherever/your/music/is:/music/:ro" \ /subsonic