8000 feature #19113 [Symfony CLI] Document the new docker_compose option (… · symfony/symfony-docs@059017b · GitHub
[go: up one dir, main page]

Skip to content

Commit 059017b

Browse files
committed
feature #19113 [Symfony CLI] Document the new docker_compose option (jmsche)
This PR was submitted for the 6.4 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Symfony CLI] Document the new docker_compose option See symfony-cli/symfony-cli#370 Commits ------- 142ce5f [Symfony CLI] Document the new docker_compose option
2 parents 21aa775 + 142ce5f commit 059017b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup/symfony_server.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,9 @@ If you like some processes to start automatically, along with the webserver
367367
build_spa:
368368
cmd: ['yarn', '--cwd', './spa/', 'dev']
369369
370+
# auto start Docker compose when starting server (available since Symfony CLI 5.7.0)
371+
docker_compose: ~
372+
370373
.. _symfony-server-docker:
371374

372375
Docker Integration

0 commit comments

Comments
 (0)
0