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.

20 lines
350 B

4 years ago
# ushio-nginx
The is the Dockerfile for ushio-nginx
4 years ago
## How to use
```shell
docker run -d \
4 years ago
--name=nginx \
-p 9980:80 \
-p 9443:443
4 years ago
-v /etc/nginx/nginx.conf:/usr/local/nginx/conf/nginx.conf \
-v /etc/nginx/vhost/:/usr/local/nginx/conf/vhost/ \
4 years ago
-v /var/log/nginx/:/var/log/nginx/ \
ushio-nginx
4 years ago
```
4 years ago
## Advance Params
- User: nginx
-