We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1d0bd19 commit42be00dCopy full SHA for 42be00d
install.sh
@@ -7,7 +7,7 @@ notes () {
7
======== WARM TIPS ========
8
Before you submit any github issue, please do the following check:
9
* make sure the docker daemon is running
10
-* make sure you use docker-compose v2: recommend 2.x.x, got$(docker-compose version --short2>/dev/null||echo not install)
+* make sure you use dockercompose v2: recommend 2.x.x, got$(dockercompose version --short2>/dev/null||echo not install)
11
* check your internet connection if timeout happens
12
===========================
13
EOF
@@ -25,10 +25,10 @@ cd apitable || exit 1
25
curl -fLo docker-compose.tar.gz"${DOWNLOAD_URL}"
26
tar -xvzf docker-compose.tar.gz
27
28
-docker-compose down -v --remove-orphans
+dockercompose down -v --remove-orphans
29
foriin {1..50};do
30
-if docker-compose pull;then
31
-if docker-compose up -d;then
+if dockercompose pull;then
+if dockercompose up -d;then
32
break
33
fi
34