From 355eb237ab0e5bae284a75eb0e4ae40202d507c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Heneka?= Date: Fri, 5 Feb 2016 15:47:46 +0100 Subject: [PATCH] updates the development installation instruction for using own registry --- develop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/README.md b/develop/README.md index ff6f0f9..75edb6a 100644 --- a/develop/README.md +++ b/develop/README.md @@ -35,7 +35,7 @@ Then open (develop/docker-compose.yml)[develop/docker-compose.yml] and paste thi - "9000:9000" volumes: - ../:/source:rw - - start-develop.sh:/root/start-develop.sh:ro + - ./start-develop.sh:/root/start-develop.sh:ro Notice that we removed the `links` section from the `frontend` section and that the `registry` section is completely gone.