summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/distribution/src/main/dc
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-09-17 18:08:13 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-17 18:08:13 +0000
commit18a40583529c4f9125a249e82331365e3ee1ed3c (patch)
tree2ad50d6dd862b98a8d5a5cf760b3bd8c87f63055 /ms/controllerblueprints/distribution/src/main/dc
parente136000a5011ca71dd88bd81d5dd48d4c16224bc (diff)
parent41c2f1da66124c013f1fe644e2220b078fbf2563 (diff)
Merge "Controller Blueprints Microservice"
Diffstat (limited to 'ms/controllerblueprints/distribution/src/main/dc')
-rw-r--r--ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml b/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml
index 493d43813..3c1464699 100644
--- a/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml
+++ b/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml
@@ -2,8 +2,8 @@ version: '3.3'
services:
db:
- image: mysql:5.7.22
- container_name: cb-mysql
+ image: mariadb:latest
+ container_name: cb-mariadb
ports:
- "3307:3306"
volumes: