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 a01c958 commit f92c3acCopy full SHA for f92c3ac
integration_tests/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.8"
2
3
services:
4
postgres:
5
- image: postgres
+ image: postgres:15
6
ports:
7
- "127.0.0.1:5432:5432"
8
command: postgres -c max_connections=500
0 commit comments