mirror of https://github.com/laurent22/joplin.git
Tools: Set Postgres work memory for dev db
parent
c2e61f548f
commit
cbfc646745
|
@ -7,6 +7,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:13.1
|
image: postgres:13.1
|
||||||
|
command: postgres -c work_mem=100000
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue