Skip to content

Commit

Permalink
Use new docker compose command here, too
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Aug 4, 2024
1 parent 88c7a45 commit 55fe4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ ! -d "api/" ]; then
fi

# Stand it up
docker compose build && docker-compose up -d
docker compose build && docker compose up -d

# Wait for MariaDB to be available
while ! nc -z localhost 3306; do sleep 1; done
Expand Down

0 comments on commit 55fe4e6

Please sign in to comment.