C#C
C#4y ago
1 reply
oe

Installing Docker and running ASP.NET project on Ubuntu Droplet led to ERR_CONNECTION_TIMED_OUT site

Anyone know what issue I had with Docker/NGINX when trying to run an ASP.NET site?

I must say before starting this was a production server for my site that was hosting a laravel API + vuejs webapp. It uses NGINX to do so.

Before I installed Docker I figured there might be issues with the server when doing so, so I saved all the /nginx/ folder data and I made a droplet snapshot (none of which helped to restore old state).

Then I installed docker, pulled my repository and ran the image using docker run.

I then visited my website, and it was completely crashed. Nothing would load. Everything would end up in ERR_CONNECTION_TIMED_OUT

So I uninstalled docker, that didn't help.
I tried replacing NGINX sites-enabled, .conf (every file) with the old version, didn't help.
Lastly, I restored the droplet snapshot using my hosting company, but that didn't help.

Anyone have any ideas why this might've happened?
Was this page helpful?