You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find out more about what a connection url looks like [here](https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url).
83
-
82
+
:::note
83
+
You can find out more about what a connection url looks like [here](https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url).
84
+
:::
85
+
84
86
## Database with Docker
85
87
86
88
If you are using docker, you can use the following `compose.yaml` file to start a postgres database.
@@ -120,7 +122,7 @@ For this you have to add the following configuration to the `.symfony.local.yaml
120
122
workers:
121
123
docker_compose: ~
122
124
```
123
-
!!! success
124
125
125
-
You have successfully installed the bundle. Now you can start with the [quickstart](./getting_started.md) to get a feeling for the bundle.
126
-
126
+
:::success
127
+
You have successfully installed the bundle. Now you can start with the [quickstart](./getting-started.md) to get a feeling for the bundle.
0 commit comments