Skip to content

Commit

Permalink
Update mysql.md
Browse files Browse the repository at this point in the history
Added instructions to start docker services after re-building
  • Loading branch information
mchojrin authored Jun 26, 2024
1 parent caf4143 commit 17753d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ Rebuild the docker environment:
docker compose down --remove-orphans && docker compose build --pull --no-cache
```

Start the services:
```shell
docker compose up -d
```

Test your setup:
```shell
docker compose exec php bin/console dbal:run-sql -q "SELECT 1" && echo "OK" || echo "Connection is not working"
Expand Down

0 comments on commit 17753d1

Please sign in to comment.