diff options
author | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-11-10 18:02:29 -0500 |
---|---|---|
committer | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-11-10 18:02:29 -0500 |
commit | e407c61c8834f714175d2dc9761ae1b99ee0a1ea (patch) | |
tree | 46dde842932180a20698ffa6cf4afd0b19d4564f /ms/controllerblueprints/distribution/src/main/dc | |
parent | 6488fc3cdaf0ea48687f98acc14f689c42f64427 (diff) |
Controller Blueprints Microservice
Change Application Properties and Docker Blueprint model load Parameters.
Change-Id: I799cbab4388916c8e07e9453d93214e788a16fa2
Issue-ID: CCSDK-660
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'ms/controllerblueprints/distribution/src/main/dc')
-rw-r--r-- | ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml | 2 |
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 3c1464699..dd2190843 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
|