fix: script v3.0

Signed-off-by: kubbot <3293172751ysy@gmail.com>
Signed-off-by: BanTanger <88583317+BanTanger@users.noreply.github.com>
pull/636/head
kubbot 2 years ago committed by BanTanger
parent 5ea342f564
commit 25030a19ba

@ -21,7 +21,12 @@ if ! command -v docker >/dev/null 2>&1; then
fi fi
# Start Docker services using docker-compose # Start Docker services using docker-compose
docker-compose up -d if command -v docker-compose &> /dev/null
then
docker-compose up -d
else
docker compose up -d
fi
# Move back to the 'scripts' folder # Move back to the 'scripts' folder
cd scripts cd scripts

Loading…
Cancel
Save