README
This is a practise repo for learning how to run nginx docker for serving:
- static content
- reverse proxy of other services
How to run nginx docker container:
docker-compose build
docker-compose up
- As we use docker-compose.yaml, it's easy to build image and spawn up container in this way
Description
Here is a practice repo for initiate a nginx container for static page serving or reverse proxy
Languages
HTML
58.3%
Dockerfile
29.6%
JavaScript
12.1%