Commit 6a497105 by 马增礼

project init

parent dfa54d96
......@@ -4,6 +4,7 @@ containerCount=`docker ps -a | grep "tj_tool" | grep -v "grep" | wc -l`
if [ $containerCount -eq 0 ]
then
docker run -itd --privileged=true --restart=always \
--privileged \
-v $(pwd):/data/www/project \
-v /data/cronlog_tjapp:/data/cronlog \
-v /data/container/nginx/tjapp:/usr/local/nginx/conf/vhost \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment