Alfredolin@sopuli.xyz 3 days ago
So, how do you reach the app when trying over local network?
http://192.168.1.X:7377 is unreachable, and I can’t find the env vars at a glance in the docs.
Alfredolin@sopuli.xyz 3 days ago
So, how do you reach the app when trying over local network?
http://192.168.1.X:7377 is unreachable, and I can’t find the env vars at a glance in the docs.
pipe01@programming.dev 3 days ago
IIRC putting an IP in the port binding binds only that interface while omitting it will bind on all interfaces, so it’s not quite the same thing
Alfredolin@sopuli.xyz 2 days ago
True, but in practice the IP is not used in deployment defaults.
I eman I have deployed probably hundreds od containers by now, and that’s what I have seen.