[redis] raise container net.core.somaxconn (#4176)
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>master
parent
96e055e226
commit
737b40a4b9
|
@ -49,6 +49,8 @@ services:
|
||||||
- "${REDIS_PORT:-127.0.0.1:7654}:6379"
|
- "${REDIS_PORT:-127.0.0.1:7654}:6379"
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
|
sysctls:
|
||||||
|
- net.core.somaxconn=4096
|
||||||
networks:
|
networks:
|
||||||
mailcow-network:
|
mailcow-network:
|
||||||
ipv4_address: ${IPV4_NETWORK:-172.22.1}.249
|
ipv4_address: ${IPV4_NETWORK:-172.22.1}.249
|
||||||
|
|
Loading…
Reference in New Issue