Upgrade to postgres 18.1

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-02-12 11:59:59 +01:00
parent 9cf434e5e5
commit 52fa4bc0e8

View File

@@ -1,6 +1,6 @@
services:
postgres:
image: "postgres:17.4"
image: "postgres:18.1"
shm_size: "1g"
command: >
postgres -c "shared_buffers=4GB"