aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-11-15 20:35:45 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-15 20:35:45 +0000
commite8672f9db4bcef30e546b56f5b4fe235628bd023 (patch)
tree930f530223ee7bc76fb518f1849e9174e27e33c8 /ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml
parent8e2f54808446119be1fc4fa2a8f3cf089aeabd46 (diff)
parent9a85b3d441c11813d3dbe7ed487d475993c2e0a3 (diff)
Merge "Controller Blueprints Microservice"
Diffstat (limited to 'ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml')
-rw-r--r--ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml b/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml
index 3c146469..dd219084 100644
--- a/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml
+++ b/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml
@@ -5,7 +5,7 @@ services:
image: mariadb:latest
container_name: cb-mariadb
ports:
- - "3307:3306"
+ - "3306:3306"
volumes:
- ~/vm_mysql:/var/lib/mysql
restart: always