From 9a194a5f18f1539fd19e9422f42711ed4f671ff3 Mon Sep 17 00:00:00 2001 From: nichk Date: Wed, 25 Sep 2019 21:20:55 -0400 Subject: [PATCH] avable config and localtime settings in runCMD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed0f71d..739545b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Docker container for Ampache, a web based audio/video streaming application and ## Usage ```bash -docker run --name=ampache -d -v /path/to/your/music:/media:ro -p 80:80 ampache/ampache +docker run --name=ampache -d -v /path/to/your/music:/media:ro -v /path/to/savable/configs:/var/www/config -v /etc/localtime:/etc/localtime:ro -p 80:80 ampache/ampache ``` ## Installation