Skip to content

Commit

Permalink
Update to use postgres:13
Browse files Browse the repository at this point in the history
Avoids having to upgrade on centos stream updates. Only needs to change if/when
ovirt-engine requires postgres:14 or above.

Signed-off-by: geoff o'callaghan <[email protected]>
  • Loading branch information
gocallag authored and sandrobonazzola committed Oct 4, 2024
1 parent a444bd7 commit 2c4528a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

services:
ovirt-postgres:
image: postgres:13.16
image: postgres:13
container_name: ovirt-postgres
ports:
- "5432:5432"
Expand Down

0 comments on commit 2c4528a

Please sign in to comment.