We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d87a599 + 4b5cefd commit a528256Copy full SHA for a528256
develop/README.md
@@ -43,7 +43,7 @@ Now open [Grundfile.js](Gruntfile.js) and find these lines:
43
44
{
45
context: '/v2',
46
- host: 'path-to-your-registry',
+ host: 'path-to-your-registry-v2',
47
port: 80,
48
https: false,
49
xforward: false,
develop/docker-compose.yml
@@ -1,7 +1,7 @@
1
frontend:
2
build: .
3
links:
4
- - registry:path-to-your-registry
+ - registry:path-to-your-registry-v2
5
ports:
6
# Serves the page via grunt
7
- "9000:9000"
0 commit comments