mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
corrected typo
Signed-off-by: Charlie Arehart <charlie@carehart.org>
This commit is contained in:
parent
3a0f551e33
commit
1268393220
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ services:
|
|||
```
|
||||
The compose file defines an application with two services `frontend` and `backend`.
|
||||
When deploying the application, docker-compose maps port 80 of the frontend service container to the same port of the host as specified in the file.
|
||||
Make sure port 80 on the host is not already being in use.
|
||||
Make sure port 80 on the host is not already in use.
|
||||
|
||||
## Deploy with docker-compose
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue