From 6a10762ee1796aa4ba51ab099871c19f589f7b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=93=E5=96=B5=E9=85=B1?= Date: Sun, 19 Jan 2020 18:44:38 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3020b0b..34b85d5 100644 --- a/README.md +++ b/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 + -