8000 Update mysql.md · dunglas/symfony-docker@9c60e3c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c60e3c

Browse files
mchojrinmaxhelias
authored andcommitted
Update mysql.md
Added instructions to start docker services after re-building
1 parent caf4143 commit 9c60e3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/mysql.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ Rebuild the docker environment:
7272
docker compose down --remove-orphans && docker compose build --pull --no-cache
7373
```
7474

75+
Start the services:
76+
```shell
77+
docker compose up -d
78+
```
79+
7580
Test your setup:
7681
```shell
7782
docker compose exec php bin/console dbal:run-sql -q "SELECT 1" && echo "OK" || echo "Connection is not working"

0 commit comments

Comments
 (0)
0