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
docker run -d \
--name=unginx \
-p 9999:80 \
--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/:/usr/local/nginx/logs/ \
ng
-v /var/log/nginx/:/var/log/nginx/ \
ushio-nginx
```
## Advance Params
- User: nginx
-

Loading…
Cancel
Save