mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
10.3.14-debian-9-r4 release
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user