diff --git a/compose.yaml b/compose.yaml index 84053aec4..a9972175e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: postgres: - image: "postgres:17.4" + image: "postgres:18.1" shm_size: "1g" command: > postgres -c "shared_buffers=4GB"