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.
1 parent f019db6 commit 9c38031Copy full SHA for 9c38031
testdrive.sh
@@ -14,7 +14,7 @@ docker run --rm --name "gitlab-postgresql-${SUFFIX}" -d \
14
--env 'DB_NAME=gitlabhq_production' \
15
--env 'DB_USER=gitlab' --env 'DB_PASS=password' \
16
--env 'DB_EXTENSION=pg_trgm,btree_gist' \
17
- sameersbn/postgresql:14-20230628
+ ghcr.io/2403772980ygy/docker-postgresql:16-20250415.1
18
docker run --rm --name "gitlab-redis-${SUFFIX}" -d \
19
--volume /srv/docker/gitlab/redis:/data \
20
redis:6.2
0 commit comments