[UCA-10] Support correct MTU for docker-compose 99/4099/1
authorubuntu <ha076r@att.com>
Wed, 10 May 2017 16:53:54 +0000 (12:53 -0400)
committerubuntu <ha076r@att.com>
Wed, 10 May 2017 17:07:15 +0000 (13:07 -0400)
Change-Id: I731fe4470a7262b6c01cb5e85cbb5718e18ee782
Signed-off-by: ubuntu <ha076r@att.com>
docker-compose/docker-compose.yml

index cf7d1d2..2087d60 100644 (file)
@@ -1,5 +1,11 @@
 version: '2'
 
+networks:
+  default:
+    driver: bridge
+    driver_opts:
+      com.docker.network.driver.mtu: ${MTU}
+
 services:
   db:
     image: mysql/mysql-server:5.6