Skip to content

Commit

Permalink
doc: update docker image url
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Jun 17, 2024
1 parent 15fdad3 commit b7c32e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7c32e9

Please sign in to comment.