Customize values for TCP timeouts
Add the following parameters under environment
in docker-compose.yaml to specify your values for the keepalive variables.
environment:
TCP_KEEP_IDLE: {tcp_keepalive_time}
TCP_KEEP_INTERVAL: {tcp_keepalive_intvl}
TCP_KEEP_COUNT: {tcp_keepalive_probes}
Find more information about these variables here.
Last modified: 26 March 2024