Fix compose.yaml pg 18 config

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-12 16:04:35 +04:00
parent 52fa4bc0e8
commit 8d2b361890

View File

@@ -3,7 +3,7 @@ services:
image: "postgres:18.1"
shm_size: "1g"
command: >
postgres -c "shared_buffers=4GB"
postgres -c "shared_buffers=1GB"
-c "max_connections=200"
-c "log_statement=all"
ports: