Skip to content

Commit 5b027d2

Browse files
authored
Merge pull request #997 from hubmapconsortium/yuanzhou/somaxconn
Update docker-compose.yml
2 parents 9da16c9 + 0cd61e7 commit 5b027d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ services:
2020
- HOST_UID=${HOST_UID:-1001}
2121
init: true
2222
restart: always
23+
sysctls:
24+
# Set to 512 to match uwsgi.ini listen = 512
25+
net.core.somaxconn: 512
2326
volumes:
2427
# Mount the app config to container in order to keep it outside of the image
2528
- "../src/instance:/usr/src/app/src/instance"

0 commit comments

Comments
 (0)