aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-05-09 20:07:50 +0000
committerCarsten Lund <lund@research.att.com>2017-05-09 20:07:50 +0000
commitb10781439dba48f4c39def83a34699a8343ceaa5 (patch)
treedd5bdebb93ae6ad958aa70aafb7a6174f39d1476 /docker-compose.yml
parent5ac721296a44000c37f4ea2f76c39c2cbbf84e16 (diff)
[UCA-10] support for non standard MTU
Change-Id: I29a6d2358169a94d22b2611e077a9a095654fc93 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 34356ce..7a2a96d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,4 +1,9 @@
version: '2'
+networks:
+ default:
+ driver: bridge
+ driver_opts:
+ com.docker.network.driver.mtu: MTU
services:
dcae-controller:
image: DOCKER-REGISTRY/openecomp/dcae-controller:DCAE-VERSION