Fix compose.yaml pg 18 config
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
image: "postgres:18.1"
|
image: "postgres:18.1"
|
||||||
shm_size: "1g"
|
shm_size: "1g"
|
||||||
command: >
|
command: >
|
||||||
postgres -c "shared_buffers=4GB"
|
postgres -c "shared_buffers=1GB"
|
||||||
-c "max_connections=200"
|
-c "max_connections=200"
|
||||||
-c "log_statement=all"
|
-c "log_statement=all"
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user