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 0f5619c commit 36382aeCopy full SHA for 36382ae
docker-compose.yml
@@ -3,7 +3,7 @@ version: '3'
3
services:
4
5
main-db:
6
- image: postgres:14-alpine
+ image: postgres:16-alpine
7
container_name: main-db
8
command: postgres -c "log_lock_waits=on" -N 1000 -c "fsync=off"
9
environment:
0 commit comments