Setting up typesense with Railway?

Eethannnnnnn12/18/2022
If you're unfamiliar, typesense is a search engine server. There's a docker image for it, which I've used to deploy to a Railway instance. As far as I can tell, the proper port is exposed (8108), and it's also listed as an env variable in the project itself as PORT=8108. The deployment logs show no issue, yet I can't get a response from the app domain when querying with
curl https://kyd-typesense-production.up.railway.app:8108/health

I'm not sure if this is the proper place to post, but I thought I would try since I'm at a loss at the moment.
Eethannnnnnn12/18/2022
da16bbe7-a003-4279-bfda-fd43821d030c
UUUnknown User12/18/2022
Message Not Public
Sign In & Join Server To View
Eethannnnnnn12/18/2022
I will say, I read one of the related posts that was replied to this one, and it appears to work at 443 (or just host/health, where health is the query I was trying to make)