update docker.yml

This commit is contained in:
Darren 2023-12-08 10:32:18 +08:00 committed by GitHub
parent 4f44cfa1a0
commit d0af64ca4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,8 +36,8 @@ export PATH
# 设置参数的默认值
dist="community"
version="latest"
appname="wordpress"
appid="mywp"
appname=""
appid="demo"
domain_names=""
proxy_enabled=true
@ -96,11 +96,6 @@ while [[ $# -gt 0 ]]; do
esac
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"
get_ip_path=$(find / -name get_ip.sh 2>/dev/null)