You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
cn.yimian.xyz 8f541e68c6 add cron 4 years ago
Dockerfile add cron 4 years ago
LICENSE Initial commit 4 years ago
README.md Update README.md 4 years ago
ini.sh add cron 4 years ago
run.sh add host.docker.internal 4 years ago

README.md

ushio-nginx

The is the Dockerfile for ushio-nginx

How to use

docker run -d \
  --name=nginx \
  -p 9980:80 \
  -p 9443:443
  -v /etc/nginx/nginx.conf:/usr/local/nginx/conf/nginx.conf \
  -v /etc/nginx/vhost/:/usr/local/nginx/conf/vhost/ \
  -v /var/log/nginx/:/var/log/nginx/ \
  ushio-nginx

Advance Params

  • User: nginx