Skip to content

Commit 2e8ba4f

Browse files
authored
Update docker command for sample poostgresql
As the default postgresql version had been upgraded as version 12, the sample command should be updating too, otherwise, we will meet permission issue during first execution.
1 parent 1417c92 commit 2e8ba4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)