Changing nginx to port 80
What do I need to change to have nginx listen on port 80?I've tried just changing the docker-compose.yml config to specify ports 80:8080, but I get back URLs with 8080 in them.I tried specifying ports 80:80 and changing nginx.conf to listen on port 8...