I just started writing docker files and am trying to start a website using docker but every time I run the file I cant access the website.
dockerfile
dockerlog
I just started writing docker files and am trying to start a website using docker but every time I run the file I cant access the website.
dockerfile
dockerlog
2
Answers
I actually figured it out when running the docker run command adding the --network="host" flag let me connect to the website
This is just a warning that the method is deprecated and does not affect the running of the application, it is not the cause of the problem.