I\'m building a docker project where I assign port 80 to nginx.
80
ports: - 80:80
This fails when I docker-compose up -d
docker-compose up -d