Docker for mac port 80

broken image
broken image
broken image

curl: (7) Failed to connect to localhost port 80: Connection refused Then docker ps give me 3b296c1e4775 docker_nginx 'nginx -g 'daemon off' About an hour ago Up 47 minutes 0.0.0.0:80->80/tcp, 443/tcp docker_nginx_1īut when I try to access it for example via curl I get error. When I run everyting with docker-compose create and docker-compose start. dockerbuild/nginx there is nothing special, just nginx config as we know it from everywhere. There is setup of container from docker-compose.yml nginx: But on my system (osx El Capitan), there is problem with accessing nginx container on port 80. One container is nginx, which provide routing to other containers.Įverything seems fine and work to my colleague on windows and osx. In my current job we have development environment made with docker-compose.