Code Review
/
policy
/
docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
687f2fc
)
[UCA 10] support correct MTU
81/4081/1
author
Pamela Dragosh
<pdragosh@research.att.com>
Wed, 10 May 2017 14:07:42 +0000
(10:07 -0400)
committer
Pamela Dragosh
<pdragosh@research.att.com>
Wed, 10 May 2017 14:07:53 +0000
(10:07 -0400)
Change-Id: Ieb82a4cef06db3c1569694203690926f501011e6
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
docker-compose.yml
patch
|
blob
|
history
diff --git
a/docker-compose.yml
b/docker-compose.yml
index
699bf0d
..
f4e2fb1
100644
(file)
--- 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:
mariadb:
image: onap/policy/policy-db