summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml')
-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: