Merge pull request #1146 from 0x0elliot/0x0elliot/fix-swarm-timeout

Fix swarm timeout between orborus and worker hosted on separate nodes
This commit is contained in:
Frikky
2023-07-03 23:29:36 +02:00
committed by GitHub
3 changed files with 60 additions and 2 deletions
+7 -1
View File
@@ -113,4 +113,10 @@ services:
networks:
shuffle:
driver: bridge
#driver: overlay
# uncomment to set MTU for swarm mode.
# MTU should be whatever is your host's preferred MTU is.
# Refer to this doc to figure out what your host's MTU is:
# https://shuffler.io/docs/troubleshooting#TLS_timeout_error/Timeout_Errors/EOF_Errors
# driver_opts:
# com.docker.network.driver.mtu: 1460