1
0
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:
Maksym Pavlenko
2018-11-28 23:25:09 -08:00
parent 74df023b1b
commit 61291cc955

View File

@ -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