更新 'start.sh'
This commit is contained in:
parent
3a3e18988d
commit
14ad5a51c4
2
start.sh
2
start.sh
@ -37,7 +37,7 @@ systemctl enable docker
|
||||
fi
|
||||
|
||||
if ! command -v docker-compose >/dev/null 2>&1 ; then
|
||||
curl -L https://ghproxy.com/https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
|
||||
curl -L https://mirror.ghproxy.com/https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
|
||||
chmod +x /usr/local/bin/docker-compose
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user