Skip to content

Commit d7c2df9

Browse files
docs(README): Add ports mapping to Docker Compose example
Co-authored-by: Peter Dave Hello <[email protected]>
1 parent 3d07b59 commit d7c2df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ services:
8181
expose:
8282
- "8081"
8383
ports: # use if it is necessary to expose the container to the host machine
84-
- "8081": "8081"
84+
- "8001:8001"
8585
command: "npm start"
8686
```
8787

0 commit comments

Comments
 (0)