We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc3b8b6 + d7c2df9 commit 427eca8Copy full SHA for 427eca8
README.md
@@ -80,6 +80,8 @@ services:
80
- ./:/home/node/app
81
expose:
82
- "8081"
83
+ ports: # use if it is necessary to expose the container to the host machine
84
+ - "8001:8001"
85
command: "npm start"
86
```
87
0 commit comments