mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
update docker.yml
This commit is contained in:
parent
4f44cfa1a0
commit
d0af64ca4f
1 changed files with 2 additions and 7 deletions
|
@ -36,8 +36,8 @@ export PATH
|
||||||
# 设置参数的默认值
|
# 设置参数的默认值
|
||||||
dist="community"
|
dist="community"
|
||||||
version="latest"
|
version="latest"
|
||||||
appname="wordpress"
|
appname=""
|
||||||
appid="mywp"
|
appid="demo"
|
||||||
domain_names=""
|
domain_names=""
|
||||||
proxy_enabled=true
|
proxy_enabled=true
|
||||||
|
|
||||||
|
@ -96,11 +96,6 @@ while [[ $# -gt 0 ]]; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
have_websoft9=$(docker compose ls | grep websoft9)
|
|
||||||
if [ -z "$have_websoft9" ]; then
|
|
||||||
echo "You must install websoft9 service first"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Start to get ip from script"
|
echo "Start to get ip from script"
|
||||||
get_ip_path=$(find / -name get_ip.sh 2>/dev/null)
|
get_ip_path=$(find / -name get_ip.sh 2>/dev/null)
|
||||||
|
|
Loading…
Reference in a new issue