From 27c73cc23f1bbdf0ef5f9cc10e928febcd880c99 Mon Sep 17 00:00:00 2001 From: alyle-deft <105880979+alyle-deft@users.noreply.github.com> Date: Sat, 27 Aug 2022 21:11:42 -0400 Subject: [PATCH] mtu fix Added driver_opts to address issue with MTU size for the docker image --- docker-compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2ae8ea18..e9d76511 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -155,10 +155,12 @@ services: networks: diveinto.io: name: diveinto.io + driver: bridge + driver_opts: + com.docker.network.driver.mtu: 900 # Canonical bridge interface name # # The setting below provides a friendly name for the bridge interface # as seen in the likes of the ip command. Use at your own discretion # - #driver_opts: # com.docker.network.bridge.name: "diveinto.io"