ImgURL Pro容器部署
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.
 
 
 
 
 
 

14 lines
316 B

#!/bin/sh
########## name:Onenav容器运行入口 ##########
########## update:2021/03/22 ##########
########## author:xiaoz<xiaoz93@outlook.com> ######
onenav_path='/data/wwwroot/default'
#start redis
redis-server
#start php-fpm
php-fpm7 -RD
#start nginx
/usr/sbin/nginx
tail -f /var/log/nginx/error.log