Skip to content

Commit

Permalink
Update SelfHostingDockerImage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tung-Huynh-Shopmacher authored Sep 11, 2024
1 parent 5ff9866 commit 82eb82f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/SelfHostingDockerImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ Replace `your-image-name` with a name of your choice for the Docker image.
After building the image, you can run the container using the following command:

```bash
docker run -p 8080:8080 your-image-name
docker run -e CTP_CLIENT_ID="CTP_CLIENT_ID" -e CTP_CLIENT_SECRET="CTP_CLIENT_SECRET" -p 8080:8080 your-image-name
```

Please refer to [.env.example](https://github.com/mollie/commercetools-connector/blob/main/processor/.env.example) for full list of required environment variables

This command maps port 8080 of the container to port 8080 on your host machine.

### Accessing the Application
Expand Down

0 comments on commit 82eb82f

Please sign in to comment.