Skip to content

Commit 5831da3

Browse files
authored
Set Max Connection Limit as Env Variable
1 parent 9232d84 commit 5831da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
environment:
1212
POSTGRES_USER: timescaledb
1313
POSTGRES_PASSWORD: postgrespassword
14-
PG_MAX_CONNECTIONS: 10
14+
POSTGRES_MAX_CONNECTIONS: 10
1515

1616
graphql-engine:
1717
image: hasura/graphql-engine:latest

0 commit comments

Comments
 (0)