Skip to content

Commit 7f343f0

Browse files
authored
[BUG] correct path to example data fill script for database (#679)
updated the `fill-db-with-examples` container to add the proper path of the example data filling script `connectors\fill-examples.sh` for mysql database ## Related Issues Fixes #677
1 parent 7a5d00c commit 7f343f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ services:
3838
volumes:
3939
- ${DATA_PATH}/connectors:/opt/connectors/data
4040
- ./src/config.override.toml:/app/config.override.toml:ro
41+
- ./connectors:/opt/connectors/script:ro
4142
command: >
4243
/bin/bash -c "/opt/connectors/script/fill-examples.sh"
4344
depends_on:

0 commit comments

Comments
 (0)