Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 198 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 198 Bytes

codepot-nginx

Build

docker build -t nginx-codepot .
cp logrotate.d/nginx /etc/logrotate.d/nginx

Run

docker run -d -p 80:80 -v /tmp/log/:/var/log/nginx nginx-codepot:latest