forked from dunglas/symfony-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix command to run containers (dunglas#512)
* docs(production): fix command to run containers The commands were pointing to a `docker-compose.yml` file that doesn't exist. It's `compose.yaml` now. * docs(tls): update config file name * docs(extra-services): update config file name
- Loading branch information
1 parent
048e5fd
commit fcc491f
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Support for Extra Services | ||
|
||
Symfony Docker is extensible. When you install a compatible Composer package using Symfony Flex, | ||
the recipe will automatically modify the `Dockerfile` and `docker-compose.yml` to fulfill the requirements of this package. | ||
|
||
The currently supported packages are: | ||
|
||
* `symfony/orm-pack`: install a PostgreSQL service | ||
* `symfony/mercure-bundle`: use the Mercure.rocks module shipped with Caddy | ||
* `symfony/panther`: install chromium and these drivers | ||
* `symfony/mailer`: install a MailCatcher service | ||
* `blackfireio/blackfire-symfony-meta`: install a Blackfire service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters