We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9da16c9 + 0cd61e7 commit 5b027d2Copy full SHA for 5b027d2
1 file changed
docker/docker-compose.yml
@@ -20,6 +20,9 @@ services:
20
- HOST_UID=${HOST_UID:-1001}
21
init: true
22
restart: always
23
+ sysctls:
24
+ # Set to 512 to match uwsgi.ini listen = 512
25
+ net.core.somaxconn: 512
26
volumes:
27
# Mount the app config to container in order to keep it outside of the image
28
- "../src/instance:/usr/src/app/src/instance"
0 commit comments