Help making an accessible URL for status checking

I need help making a URL which can be checked by something like better stack for the purpose of status page. I am in C#

15 Replies

048dcb13-17c0-49e6-a509-420f8098afe8


I have figured out generating a domain


but I think I am failing to listen to it


2 years ago

you need to listen on the host 0.0.0.0 and the PORT environment variable


I cannot find the PORT env var


2 years ago

you don't need to find it, just listen on it


oh, ok


do I need to do anything with docker?


2 years ago

nope, you are overthinking this


oh I thought I had to expose ports on docker


2 years ago

you are overthinking


oh, I was indeed! thanks!


2 years ago

got it working?



2 years ago

awsomer


Loading...