Skip to content

Commit a528256

Browse files
committed
Merge pull request #83 from LarsModig/devenv-fix
Changes necessary to get dev env to work out of the box.
2 parents d87a599 + 4b5cefd commit a528256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

develop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Now open [Grundfile.js](Gruntfile.js) and find these lines:
4343

4444
{
4545
context: '/v2',
46-
host: 'path-to-your-registry',
46+
host: 'path-to-your-registry-v2',
4747
port: 80,
4848
https: false,
4949
xforward: false,

develop/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
frontend:
22
build: .
33
links:
4-
- registry:path-to-your-registry
4+
- registry:path-to-your-registry-v2
55
ports:
66
# Serves the page via grunt
77
- "9000:9000"

0 commit comments

Comments
 (0)