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"