Skip to content

Commit

Permalink
Merge pull request #4656 from systeminit/fix_deploy
Browse files Browse the repository at this point in the history
fix: pgbouncer should be set by init version
  • Loading branch information
sprutton1 authored Sep 21, 2024
2 parents aabc186 + 2f72235 commit c325408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:

pgbouncer:
container_name: pgbouncer
image: systeminit/pgbouncer:${SI_VERSION:-stable}
image: systeminit/pgbouncer:${INIT_VERSION:-stable}
profiles: [rebaser, pinga, sdf]
ports:
- 5432:5432
Expand Down

0 comments on commit c325408

Please sign in to comment.