summaryrefslogtreecommitdiffstats
path: root/node-admin/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node-admin/README.md')
-rw-r--r--node-admin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-admin/README.md b/node-admin/README.md
index 8352cbd3c43..bab4c17ffbf 100644
--- a/node-admin/README.md
+++ b/node-admin/README.md
@@ -31,7 +31,7 @@ implements all of the basic methods you need to get started.
To start a local zone, simply run:
```
- DockerImage dockerImage = new DockerImage("docker-registry.ops.yahoo.com:4443/vespa/ci:6.111.21");
+ DockerImage dockerImage = new DockerImage("docker-registry.domain.tld:8080/vespa/ci:6.111.21");
Path pathToVespaRoot = Paths.get("/home/valerijf/dev/vespa");
Path pathToContainerStorage = Paths.get("/home/docker/container-storage");