Skip to content

Commit

Permalink
Merge pull request #1994 from otaviosilva22/patch-1
Browse files Browse the repository at this point in the history
docs(README): Add ports mapping to Docker Compose example
  • Loading branch information
SimenB authored Feb 14, 2024
2 parents fc3b8b6 + d7c2df9 commit 427eca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ services:
- ./:/home/node/app
expose:
- "8081"
ports: # use if it is necessary to expose the container to the host machine
- "8001:8001"
command: "npm start"
```
Expand Down

0 comments on commit 427eca8

Please sign in to comment.