mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
Update README.md
Replacing the wrong host's port number 8080 into 80 in line 33 and 34 Signed-off-by: Ho Jin Le <jinleho@hotmail.com>
This commit is contained in:
parent
e6b1d2755f
commit
07aaaea8ec
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ services:
|
|||
- /project/node_modules
|
||||
```
|
||||
The compose file defines an application with one service `vuejs`.
|
||||
When deploying the application, docker compose maps port 8080 of the web service container to port 8080 of the host as specified in the file.
|
||||
Make sure port 8080 on the host is not already being in use.
|
||||
When deploying the application, docker compose maps port 8080 of the web service container to port 80 of the host as specified in the file.
|
||||
Make sure port 80 on the host is not already being in use.
|
||||
|
||||
## Deploy with docker compose
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue