From b7c32e9ddc61068dddc8e82806ece175d7cdc0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Dubigny?= Date: Mon, 17 Jun 2024 17:32:31 +0200 Subject: [PATCH] doc: update docker image url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34eeb43..790d2e4 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,16 @@ This tool is full configured using environment variables. Pull the image: ``` -docker pull rdubigny/moncomptepro-test-client +docker pull ghcr.io/betagouv/moncomptepro-test-client ``` Run the container: ``` -docker run -d --rm \ +docker run --rm \ -p 3000:3000 \ -e PORT=3000 \ -rdubigny/moncomptepro-test-client +ghcr.io/betagouv/moncomptepro-test-client ``` ## Run it with Docker Compose