Skip to content

Commit 2fde3e0

Browse files
authored
Update PostgreSQL image version in startDb.sh
1 parent dbe8efe commit 2fde3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

startDb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ docker run --rm --name postgres \
33
-e 'POSTGRES_PASSWORD=root' \
44
-d -p 5432:5432 \
55
-v ~/Desktop/db/pstgres:/var/lib/postgresql/data \
6-
postgres \
6+
postgres:16 \
77
-c 'max_connections=1000' \
88
-c 'autovacuum_naptime=1' \
99
-c 'autovacuum_vacuum_threshold=10' \

0 commit comments

Comments
 (0)