Skip to content

Commit 8362f35

Browse files
authored
Merge pull request #1255 from MarechJ/fix/postgres-max-connections
Update docker-compose-common-components.yaml (#1207)
2 parents b3858fd + 3dce6e7 commit 8362f35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose-common-components.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ services:
1717
- common
1818
postgres:
1919
image: ${POSTGRES_IMAGE}
20+
# Increases the default 100 to 300
21+
command: postgres -c max_connections=300
2022
environment:
2123
# If a password is not defined this container will fail to create
2224
POSTGRES_PASSWORD: ${HLL_DB_PASSWORD}

0 commit comments

Comments
 (0)