diff --git a/README.md b/README.md index 2757d9e..624bbe2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ topology: nodes: webserver: kind: linux - image: git.ipng.ch/ipng-priv/clab-webserver:latest + image: git.ipng.ch/ipng/clab-webserver:latest binds: - client-map.yaml:/app/client-map.yaml:ro - docroot:/app/docroot:ro @@ -223,4 +223,4 @@ them and returning a unique token they can record and submit. - Packaged as a multi-stage Docker image based on Alpine. - `docroot/` is baked into the image; `client-map.yaml` is expected as a bind mount. - All configuration is available as both CLI flags and environment variables. -- Image: `git.ipng.ch/ipng-priv/clab-webserver:latest` +- Image: `git.ipng.ch/ipng/clab-webserver:latest`