Modifying MTU of docker network

Hi, the driver_opts might have the wrong format. Try:

networks:                                
  default:                               
    driver: bridge                       
    driver_opts:                         
      com.docker.network.driver.mtu: '1430'

Mind the quotes around 1430.

1 Like