File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ notes () {
77======== WARM TIPS ========
88Before you submit any github issue, please do the following check:
99* make sure the docker daemon is running
10- * make sure you use docker- compose v2: recommend 2.x.x, got $( docker- compose version --short 2> /dev/null || echo not install)
10+ * make sure you use docker compose v2: recommend 2.x.x, got $( docker compose version --short 2> /dev/null || echo not install)
1111* check your internet connection if timeout happens
1212===========================
1313EOF
@@ -25,10 +25,10 @@ cd apitable || exit 1
2525curl -fLo docker-compose.tar.gz " ${DOWNLOAD_URL} "
2626tar -xvzf docker-compose.tar.gz
2727
28- docker- compose down -v --remove-orphans
28+ docker compose down -v --remove-orphans
2929for i in {1..50}; do
30- if docker- compose pull; then
31- if docker- compose up -d; then
30+ if docker compose pull; then
31+ if docker compose up -d; then
3232 break
3333 fi
3434 fi
You can’t perform that action at this time.
0 commit comments