Replace references to docker-compose with docker compose

This commit is contained in:
Alejandro Celaya
2023-08-03 09:10:05 +02:00
parent 3f3c2c3d1e
commit aa4b9fc27e
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# Run docker containers if they are not up yet
if ! [[ $(docker ps | grep shlink_swoole) ]]; then
docker-compose up -d
docker compose up -d
fi
docker exec -it shlink_swoole /bin/sh -c "$*"