From 5f76c7b3b65b8a1758bbe1f4c979c698cd068801 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Fri, 3 Apr 2026 14:48:16 +0200 Subject: [PATCH] Update container location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`