Support for kafka within xacml tutorial
[policy/xacml-pdp.git] / tutorials / tutorial-xacml-application / src / main / docker / docker-compose.yml
index 48d246b..296f115 100644 (file)
@@ -1,6 +1,6 @@
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
-#  Modifications Copyright (C) 2022 Nordix Foundation.
+#  Modifications Copyright (C) 2022, 2024 Nordix Foundation.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 version: '3'
 services:
   mariadb:
-    image: ${CONTAINER_LOCATION}mariadb:${POLICY_MARIADB_VER}
+    image: nexus3.onap.org:10001/mariadb:${POLICY_MARIADB_VER}
     container_name: mariadb
     hostname: mariadb
     command: [ '--lower-case-table-names=1', '--wait_timeout=28800' ]