From eb5136865748ccca060348fc81aa533462bc9e68 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sat, 16 Jan 2016 15:47:19 +0100 Subject: [PATCH] README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07cb5f8..00c088b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ $ docker run --name sonerezh-app --link sonerezh-db:sonerezh-db \ --volume /path/to/music:/music \ --volume /path/to/thumbnails:/thumbnails \ --detach --publish 8080:80 \ - sonerezh/sonerezh:dev + sonerezh/sonerezh:latest ``` Your Sonerezh instance is available at http://127.0.0.1:8080 :) Make sure Sonerezh have read access to `/path/to/music` and read/write access to `/path/to/thumbnails`.