aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 242409fb..def938ab 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:
mariadb:
image: onap/policy/policy-db
@@ -29,7 +34,7 @@ services:
- pap
hostname: pdp
ports:
- - "10.0.6.1:8081:8081"
+ - "8081:8081"
command: pdp
volumes:
- ./config/pe:/tmp/policy-install/config