We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c1794 commit 7d6cdb9Copy full SHA for 7d6cdb9
docs/content/getting-started/installation.md
@@ -121,11 +121,12 @@ volumes:
121
pgdata:
122
```
123
124
-Then, copy the default configuration file from the vendor directory:
+Then, copy the default configuration file from the *DbToolsBundle* container:
125
126
```sh
127
cd your_project_dir
128
-cp vendor/makinacorpus/db-tools-bundle/config/db_tools.standalone.sample.yaml db_tools.config.yaml
+
129
+docker compose cp dbtoolsbundle:/var/www/vendor/makinacorpus/db-tools-bundle/config/db_tools.standalone.sample.yaml db_tools.config.yaml
130
131
132
Update this file to your needs. The only required parameter is `connections` in which you
0 commit comments