Skip to content

Commit 7d6cdb9

Browse files
committed
Doc - Docker - fix installation instructions
1 parent 80c1794 commit 7d6cdb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/getting-started/installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,12 @@ volumes:
121121
pgdata:
122122
```
123123
124-
Then, copy the default configuration file from the vendor directory:
124+
Then, copy the default configuration file from the *DbToolsBundle* container:
125125
126126
```sh
127127
cd your_project_dir
128-
cp vendor/makinacorpus/db-tools-bundle/config/db_tools.standalone.sample.yaml db_tools.config.yaml
128+
129+
docker compose cp dbtoolsbundle:/var/www/vendor/makinacorpus/db-tools-bundle/config/db_tools.standalone.sample.yaml db_tools.config.yaml
129130
```
130131

131132
Update this file to your needs. The only required parameter is `connections` in which you

0 commit comments

Comments
 (0)