Skip to content

Commit

Permalink
Merge pull request #484 from hedgedoc/renovate/postgres-16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmehren authored Sep 1, 2024
2 parents e10c30f + fe02697 commit 5346ad5
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
Expand Up @@ -6,7 +6,7 @@ services:
database:
# Don't upgrade PostgreSQL by simply changing the version number
# You need to migrate the Database to the new PostgreSQL version
image: postgres:15.3-alpine
image: postgres:16.4-alpine
#mem_limit: 256mb # version 2 only
#memswap_limit: 512mb # version 2 only
#read_only: true # not supported in swarm mode please enable along with tmpfs
Expand Down

0 comments on commit 5346ad5

Please sign in to comment.