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