Update README.md

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

@ -1,2 +1,15 @@
# ushio-nginx
The is the Dockerfile for ushio-nginx
## How to use
```shell
docker run -d \
--name=unginx \
-p 9999:80 \
-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
```

Loading…
Cancel
Save