Fix the docker compose
[clamp.git] / extra / docker / clamp / docker-compose.yml
index 0821fff..f41473e 100644 (file)
@@ -2,7 +2,7 @@ version: '2'
 
 services:
   db:
-    image: mariadb:10.1.11
+    image: mariadb:10.3.12
     volumes:
       - "/var/lib/mysql"
       - "../mariadb/conf1:/etc/mysql/conf.d:ro"
@@ -13,7 +13,7 @@ services:
       - "3306:3306"
 
   clamp:
-    image: onap/clamp
+    image: onap/clamp-backend
     volumes:
       - "./config/:/opt/clamp/config:rw"
     depends_on: