更新docker文件夹

This commit is contained in:
kerwincui
2022-03-16 14:02:09 +08:00
parent 8bb86e9501
commit f52751af82
5 changed files with 0 additions and 179 deletions

View File

@@ -1,21 +0,0 @@
#!/bin/bash
# start service
startTime=$(date "+%Y-%m-%d %H:%M:%S")
echo $startTime : wumei-smart is starting...
service nginx start
service redis-server start
emqx start
#service mysql start
#java -jar /var/wumei-smart/java/app.jar
while true
do
time=$(date "+%Y-%m-%d %H:%M:%S")
echo $time : wumei-smart is running...
sleep 3600
done