We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe8efe commit 2fde3e0Copy full SHA for 2fde3e0
startDb.sh
@@ -3,7 +3,7 @@ docker run --rm --name postgres \
3
-e 'POSTGRES_PASSWORD=root' \
4
-d -p 5432:5432 \
5
-v ~/Desktop/db/pstgres:/var/lib/postgresql/data \
6
- postgres \
+ postgres:16 \
7
-c 'max_connections=1000' \
8
-c 'autovacuum_naptime=1' \
9
-c 'autovacuum_vacuum_threshold=10' \
0 commit comments