2 years ago
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
2 years ago
048dcb13-17c0-49e6-a509-420f8098afe8
2 years ago
I have figured out generating a domain
2 years ago
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
2 years ago
I cannot find the PORT env var
2 years ago
you don't need to find it, just listen on it
2 years ago
oh, ok
2 years ago
do I need to do anything with docker?
2 years ago
nope, you are overthinking this
2 years ago
oh I thought I had to expose ports on docker
2 years ago
you are overthinking
2 years ago
oh, I was indeed! thanks!
2 years ago
got it working?
2 years ago
yes
2 years ago
awsomer