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#
13 Replies
Project ID:
048dcb13-17c0-49e6-a509-420f8098afe8
048dcb13-17c0-49e6-a509-420f8098afe8
I have figured out generating a domain
but I think I am failing to listen to it
Solution
you need to listen on the host 0.0.0.0 and the PORT environment variable
I cannot find the PORT env var
you don't need to find it, just listen on it
oh, ok
do I need to do anything with docker?
nope, you are overthinking this
oh I thought I had to expose ports on docker
you are overthinking
oh, I was indeed! thanks!
got it working?
yes
awsome