10.3.14-debian-9-r4 release

This commit is contained in:
Bitnami Bot
2019-05-13 13:59:17 +00:00
parent a93105678f
commit ca00c3a7e9
4 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ version: '2'
services:
mariadb-master:
image: 'bitnami/mariadb:latest'
image: 'bitnami/mariadb:10.3'
ports:
- '3306'
volumes:
@@ -16,7 +16,7 @@ services:
- ALLOW_EMPTY_PASSWORD=yes
- MARIADB_ROOT_PASSWORD=my_root_password
mariadb-slave:
image: 'bitnami/mariadb:latest'
image: 'bitnami/mariadb:10.3'
ports:
- '3306'
depends_on: