Skip to content

Commit

Permalink
fix leia syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Sep 12, 2024
1 parent d02e193 commit 6e17537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTING_dockercompose.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker compose down
docker compose build && docker compose up -d

# Ensure mariadb pod is ready to connect
docker compose exec cli bash -c 'wait-for mariadb:3306'
docker compose exec -T cli bash -c "wait-for mariadb:3306"
```

Verification commands
Expand Down

0 comments on commit 6e17537

Please sign in to comment.