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.
 
 

12 lines
298 B

#!/bin/bash
docker run -d \
--name=nginx \
--restart=always \
-p 80:80 \
-p 443:443 \
-v /home/:/home/ \
-v /etc/nginx/:/etc/nginx/ \
-v /var/log/nginx/:/var/log/nginx/ \
-v /etc/letsencrypt/:/etc/letsencrypt/ \
-v /etc/ssl.yimian.xyz/:/etc/ssl.yimian.xyz/ \
iotcat/ushio-nginx