Update README.md

master
呓喵酱 4 years ago committed by GitHub
parent ae99c870a0
commit 6a10762ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.md

@ -5,11 +5,15 @@ The is the Dockerfile for ushio-nginx
```shell ```shell
docker run -d \ docker run -d \
--name=unginx \ --name=nginx \
-p 9999:80 \ -p 9980:80 \
-p 9443:443
-v /etc/nginx/nginx.conf:/usr/local/nginx/conf/nginx.conf \ -v /etc/nginx/nginx.conf:/usr/local/nginx/conf/nginx.conf \
-v /etc/nginx/vhost/:/usr/local/nginx/conf/vhost/ \ -v /etc/nginx/vhost/:/usr/local/nginx/conf/vhost/ \
-v /var/log/nginx/:/usr/local/nginx/logs/ \ -v /var/log/nginx/:/var/log/nginx/ \
ng ushio-nginx
``` ```
## Advance Params
- User: nginx
-

Loading…
Cancel
Save