Merge pull request #99 from bjoernHeneka/readme-update

updates the development installation instruction for using own registry
This commit is contained in:
Konrad Kleine 2016-03-04 15:02:01 +01:00
commit f030b795e1

View file

@ -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.