Main files:
Run the hands on:
cd devops-basics/topics/nginx/basic
docker-compose up -d
Visit: http://localhost:7080/ you could see:
NOTE: You can change the localhost port from 7080
to any port works on your machine, and update the port definition in docker-compose.yaml
as well.
To cleanup resouce, run:
cd devops-basics/topics/nginx/basic
docker-compose down