Skip to content
Snippets Groups Projects
Commit dea9395e authored by jan.bednarik's avatar jan.bednarik
Browse files

Postgres fix fulltext files dirs

parent 587e0d63
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ services:
volumes:
- postgres-data:/var/lib/postgresql/data
- .:/workdir
- ./tsearch_data/czech.affix:/usr/local/share/postgresql/tsearch_data/czech.affix
- ./tsearch_data/czech.dict:/usr/local/share/postgresql/tsearch_data/czech.dict
- ./tsearch_data/czech.stop:/usr/local/share/postgresql/tsearch_data/czech.stop
- ./tsearch_data/czech.affix:/usr/share/postgresql/17/tsearch_data/czech.affix
- ./tsearch_data/czech.dict:/usr/share/postgresql/17/tsearch_data/czech.dict
- ./tsearch_data/czech.stop:/usr/share/postgresql/17/tsearch_data/czech.stop
volumes:
postgres-data:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment