An Nginx reverse proxy container that receives traffic from localhost:8080 and forwards it to the internal portfolio-site container. dockerized-nginx/ ├── .dockerignore ├── Dockerfile ├── README.md ...