mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
Update wasmedge-mysql-nginx/README.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> Signed-off-by: Michael Yuan <michael@michaelyuan.com>
This commit is contained in:
parent
40a9527886
commit
25613a04a9
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ wasmedge-mysql-nginx-db-1 "docker-entrypoint.s…" db
|
||||||
wasmedge-mysql-nginx-frontend-1 "/docker-entrypoint.…" frontend running 0.0.0.0:8090->80/tcp, :::8090->80/tcp
|
wasmedge-mysql-nginx-frontend-1 "/docker-entrypoint.…" frontend running 0.0.0.0:8090->80/tcp, :::8090->80/tcp
|
||||||
```
|
```
|
||||||
|
|
||||||
After the application starts, navigate to `http://localhost:80` in your web browser to interact with the `backend` WasmEdge server and database through HTML and JavaScript.
|
After the application starts, go to `http://localhost:80` in your web browser to display the web frontend.
|
||||||
Alternatively, you can use the `curl` command to interact with the WasmEdge web service (i.e., the `backend` service).
|
Alternatively, you can use the `curl` command to interact with the WasmEdge web service (i.e., the `backend` service).
|
||||||
|
|
||||||
When the WasmEdge web service receives a GET request to the `/init` endpoint, it would initialize the database with the `orders` table.
|
When the WasmEdge web service receives a GET request to the `/init` endpoint, it would initialize the database with the `orders` table.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue