Skip to content

Commit e766623

Browse files
authored
Docs: Run docker compose from the project root dir (#1473)
1 parent f33af02 commit e766623

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/03-contributing/01-getting_started.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,14 @@ SYMFONY_DEPRECATIONS_HELPER=disabled ./bin/phpunit tests/Unit
233233

234234
Our integration tests depend on a database and a caching server (Valkey / KeyDB / Redis).
235235
The database and cache are cleared / dumped every test run.
236-
To start the services:
236+
237+
To start the services in the background:
237238

238239
```sh
239-
cd docker/tests && docker compose up -d
240+
docker compose -f docker/tests/compose.yml up -d
240241
```
241242

242-
To run the integration tests:
243+
Then run the integration test(s):
243244

244245
```sh
245246
SYMFONY_DEPRECATIONS_HELPER=disabled ./bin/phpunit tests/Functional

0 commit comments

Comments
 (0)