Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 254 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 254 Bytes

nginx-docker

Configure

Rename nginx.conf.example to nginx.conf, edit the setting with your own settings.

Run

docker build -t nginx-server .
docker run -it -d --name nginx-server --restart=always --network=host -p 80:80 nginx-server