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.
2 parents 4546a6f + 2e8ba4f commit b9cc4d7Copy full SHA for b9cc4d7
README.md
@@ -170,7 +170,7 @@ Step 1. Launch a postgresql container
170
docker run --name gitlab-postgresql -d \
171
--env 'DB_NAME=gitlabhq_production' \
172
--env 'DB_USER=gitlab' --env 'DB_PASS=password' \
173
- --env 'DB_EXTENSION=pg_trgm' \
+ --env 'DB_EXTENSION=pg_trgm,btree_gist' \
174
--volume /srv/docker/gitlab/postgresql:/var/lib/postgresql \
175
sameersbn/postgresql:12-20200524
176
```
0 commit comments