1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 07:18:06 +02:00

Udpdate some README.md files and change the version of node image for vuejs sample

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2020-03-24 17:00:41 +01:00
parent 7b5e27dd48
commit 4478c5c142
6 changed files with 7 additions and 9 deletions

View file

@ -68,13 +68,13 @@ a434bce6d2be mysql:8.0.19 "docker-entrypoint.s…" 8
After the application starts, navigate to `http://localhost:3000` in your web browser.
![page](output.jpg)
![page](./output.png)
The backend service container has the port 80 mapped to 80 on the host.
```
$ curl localhost:80
{"message":"Hello Docker World!"}
{"message":"Hello from MySQL 8.0.19"}
```
Stop and remove the containers

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB