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 d8d385f commit 7b1788dCopy full SHA for 7b1788d
.github/workflows/dotnetpull.yml
@@ -25,14 +25,14 @@ jobs:
25
--health-retries=10
26
27
postgres:
28
- image: postgres:13
+ image: postgres:16
29
ports:
30
- 5432:5432
31
env:
32
POSTGRES_USER: testuser
33
POSTGRES_PASSWORD: testpass
34
POSTGRES_DB: testdb
35
- POSTGRES_MAX_CONNECTIONS: 1000
+ POSTGRES_INITDB_ARGS: "-c max_connections=300"
36
options: >-
37
--health-cmd="pg_isready -U testuser"
38
--health-interval=10s
0 commit comments