Running into ERROR: for ziti-edge-router-wss Docker-Compose

Update on the fresh install with 2 cores and 2gb ram on Ubuntu server 22.04.1 using Proxmox hypervisor 8.0.3. Using docker-compose apt package to build the container.
ERROR: for ziti-edge-router Container "1e649231f926" is unhealthy.
ERROR: Encountered errors while bringing up the project.
Yea, no idea what is considering the container unhealthy. Not exactly too sure how to bring up the ziti interface but I tried port 1280, 10080 , 3022, 8443, 6262. How can I determine if everything is built correctly? Also, going to try out the docker (not compose) route you mentioned. Apologies for the noobish questions, understanding this is a bit much for my undegrad c.s brain haha.

My main reason using openziti was to avoid cloudflare zero trust to tunnel my fileserver to use in Vercel that is hosting my django site and serve static files. Want to be sure my fileserver is secure before exposing to the world wide web.

I see someone else mentioning health check for the docker compose and running into issues. Maybe related? Maybe not?