Gen3 Setup Windows 10 Docker Desktop failed at portal-service

Hello,
I am trying to setup Gen3 on my windows 10 laptop for a POC. I am using Docker-Desktop, it finished docker-compose up -d but I get error messages below.
Please direct me how to fix these errors. Thank you.
Error messages from logs,

failed fetch - FetchError: request to http://revproxy-service/api/v0/submission/_dictionary/_all failed, reason: getaddrinfo ENOTFOUND revproxy-service, sleeping 3332 then retry http://revproxy-service/api/v0/submission/_dictionary/_all

Greetings,
The last paragraph of this doc addresses revproxy and provides some instructions in the way of port configuration. If this doesn't correct your issue, please feel free to provide logs to further aid troubleshooting. Please note that your logs may be configured slightly differently due to using a Windows OS.

Hello Dan,
I am using Docker Desktop on Windows 10. 3 services failed. Revproxy, Portal & Guppy failed. Please advise how to upload logs. Please help thank you. This is the some of the error logs from Revproxy,

2022/08/08 13:17:52 [error] 8#8: *44 open() "/usr/share/nginx/html/_status" failed (2: No such file or directory), client: 127.0.0.1, server: localhost, request: "GET /_status HTTP/1.1", host: "localhost"
2022/08/08 13:18:53 [error] 8#8: *45 open() "/usr/share/nginx/html/_status" failed (2: No such file or directory), client: 127.0.0.1, server: localhost, request: "GET /_status HTTP/1.1", host: "localhost"
2022/08/08 13:19:54 [error] 8#8: *46 open() "/usr/share/nginx/html/_status" failed (2: No such file or directory), client: 127.0.0.1, server: localhost, request: "GET /_status HTTP/1.1", host: "localhost"

Error messages when starting revproxy
127.0.0.1 - - [08/Aug/2022:23:09:04 +0000] "GET /_status HTTP/1.1" 404 153 "-" "curl/7.58.0" "-"
2022/08/08 23:08:13 [error] 8#8: *22 open() "/usr/share/nginx/html/api/v0/submission/_dictionary/_all" failed (2: No such file or directory), client: 172.18.0.14, server: localhost, request: "GET /api/v0/submission/_dictionary/_all HTTP/1.1", host: "revproxy-service"
2022/08/08 23:08:29 [error] 8#8: *23 open() "/usr/share/nginx/html/api/v0/submission/getschema" failed (2: No such file or directory), client: 172.18.0.14, server: localhost, request: "GET /api/v0/submission/getschema HTTP/1.1", host: "revproxy-service"
2022/08/08 23:08:30 [error] 8#8: *24 open() "/usr/share/nginx/html/api/v0/submission/_dictionary/_all" failed (2: No such file or directory), client: 172.18.0.14, server: localhost, request: "GET /api/v0/submission/_dictionary/_all HTTP/1.1", host: "revproxy-service"
2022/08/08 23:08:46 [error] 8#8: *25 open() "/usr/share/nginx/html/api/v0/submission/getschema" failed (2: No such file or directory), client: 172.18.0.14, server: localhost, request: "GET /api/v0/submission/getschema HTTP/1.1", host: "revproxy-service"
2022/08/08 23:09:04 [error] 8#8: *26 open() "/usr/share/nginx/html/_status" failed (2: No such file or directory), client: 127.0.0.1, server: localhost, request: "GET /_status HTTP/1.1", host: "localhost"