Skip to content

Commit b9cc4d7

Browse files
authored
Merge pull request #2581 from alaahong/patch-1
Update docker command for sample Postgresql
2 parents 4546a6f + 2e8ba4f commit b9cc4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Step 1. Launch a postgresql container
170170
docker run --name gitlab-postgresql -d \
171171
--env 'DB_NAME=gitlabhq_production' \
172172
--env 'DB_USER=gitlab' --env 'DB_PASS=password' \
173-
--env 'DB_EXTENSION=pg_trgm' \
173+
--env 'DB_EXTENSION=pg_trgm,btree_gist' \
174174
--volume /srv/docker/gitlab/postgresql:/var/lib/postgresql \
175175
sameersbn/postgresql:12-20200524
176176
```

0 commit comments

Comments
 (0)