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