My apologies. Need to correct the syntax for the Nginx port 8090.
Signed-off-by: Michael Yuan <michael@secondstate.io>
This commit is contained in:
parent
fdda5c339a
commit
624a3709ca
@ -2,7 +2,7 @@ services:
|
|||||||
frontend:
|
frontend:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- 8090:8090
|
- 8090:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./frontend:/usr/share/nginx/html
|
- ./frontend:/usr/share/nginx/html
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ services:
|
|||||||
frontend:
|
frontend:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- 8090:8090
|
- 8090:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./frontend:/usr/share/nginx/html
|
- ./frontend:/usr/share/nginx/html
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ $ docker compose ps
|
|||||||
NAME COMMAND SERVICE STATUS PORTS
|
NAME COMMAND SERVICE STATUS PORTS
|
||||||
wasmedge-mysql-nginx-backend-1 "order_demo_service.…" backend running 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp
|
wasmedge-mysql-nginx-backend-1 "order_demo_service.…" backend running 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp
|
||||||
wasmedge-mysql-nginx-db-1 "docker-entrypoint.s…" db running 3306/tcp
|
wasmedge-mysql-nginx-db-1 "docker-entrypoint.s…" db running 3306/tcp
|
||||||
wasmedge-mysql-nginx-frontend-1 "/docker-entrypoint.…" frontend running 0.0.0.0:8090->8090/tcp, :::8090->8090/tcp
|
wasmedge-mysql-nginx-frontend-1 "/docker-entrypoint.…" frontend running 0.0.0.0:8090->80/tcp, :::8090->80/tcp
|
||||||
```
|
```
|
||||||
|
|
||||||
After the application starts, go to `http://localhost:8090` in your web browser to display the web frontend.
|
After the application starts, go to `http://localhost:8090` in your web browser to display the web frontend.
|
||||||
|
@ -2,7 +2,7 @@ services:
|
|||||||
frontend:
|
frontend:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- 8090:8090
|
- 8090:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./frontend:/usr/share/nginx/html
|
- ./frontend:/usr/share/nginx/html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user