diff --git a/develop/README.md b/develop/README.md index 3286184..d8647e0 100644 --- a/develop/README.md +++ b/develop/README.md @@ -42,7 +42,7 @@ Notice that we removed the `links` section from the `frontend` section and that Now open [Grundfile.js](Gruntfile.js) and find these lines: { - context: '/v1', + context: '/v2', host: 'path-to-your-registry', port: 80, https: false, diff --git a/develop/docker-compose.yml b/develop/docker-compose.yml index 5a3620e..06d1363 100644 --- a/develop/docker-compose.yml +++ b/develop/docker-compose.yml @@ -11,6 +11,6 @@ frontend: - ../:/source:rw - start-develop.sh:/root/start-develop.sh:ro registry: - image: registry:0.9.1 + image: registry:2.1.1 ports: - "5000:5000"