mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Set somaxconn kernel parameter for Redis
See https://blog.codeship.com/adjusting-linux-kernel-parameters-with-docker-compose/
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
version: '2'
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
app:
|
||||
@ -37,6 +37,8 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- /data/redis:/data
|
||||
sysctls:
|
||||
net.core.somaxconn: 1024
|
||||
nginx:
|
||||
image: umputun/nginx-le:latest
|
||||
container_name: nginx
|
||||
|
Reference in New Issue
Block a user