mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-25 18:28:07 +02:00
Fix port typo.
Signed-off-by: Wichai Termwuttipreecha <chengings@gmail.com>
This commit is contained in:
parent
a42a8531ab
commit
d55fa11f67
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ c2c703b66b19 nginx-flask-mysql_proxy "nginx -g 'daemon of…" 39 se
|
|||
|
||||
After the application starts, navigate to `http://localhost:80` in your web browser or run:
|
||||
```
|
||||
$ curl localhost:8080
|
||||
$ curl localhost:80
|
||||
<div>Blog post #1</div><div>Blog post #2</div><div>Blog post #3</div><div>Blog post #4</div>
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue