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 3d07b59 commit d7c2df9Copy full SHA for d7c2df9
README.md
@@ -81,7 +81,7 @@ services:
81
expose:
82
- "8081"
83
ports: # use if it is necessary to expose the container to the host machine
84
- - "8081": "8081"
+ - "8001:8001"
85
command: "npm start"
86
```
87
0 commit comments