Nginx docker container not resolving custom domain name
I am new to nginx and trying to understand what is going on here. I have a docker compose file that starts up a nginx container like so: proxy: image: nginx:alpine container_name: proxy restart: unless-stopped ports: - "80:80" - "443:443"…