get into the directory of project using terminal
- docker-compose up
- docker cp .\default.conf client:/etc/nginx/conf.d/default.conf
- docker exec -it client /bin/sh
- nginx -s reload
visit http://localhost:80
get into the directory of project using terminal
visit http://localhost:80