We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390cb75 commit f7676d2Copy full SHA for f7676d2
README.md
@@ -80,7 +80,7 @@ services:
80
- ./:/home/node/app
81
expose:
82
- "8081"
83
- ports: #use if it is necessary to expose the container to the host machine
+ ports: # use if it is necessary to expose the container to the host machine
84
- "8081": "8081"
85
command: "npm start"
86
```
0 commit comments