Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 187 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 187 Bytes

nginx Reverse Proxy

docker run \
    --name nginx-choosistant \
    -p 9999:80 \
    -v $(pwd)/default.conf:/etc/nginx/conf.d/default.conf:ro \
    --rm \
    nginx:latest