mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
help: updated with replication options
This commit is contained in:
@@ -4,6 +4,13 @@
|
|||||||
MARIADB_USER: User to be created on first boot (default: root).
|
MARIADB_USER: User to be created on first boot (default: root).
|
||||||
MARIADB_PASSWORD: Password to be set for MARIADB_USER on first boot (default: none).
|
MARIADB_PASSWORD: Password to be set for MARIADB_USER on first boot (default: none).
|
||||||
MARIADB_DATABASE: Database to be created on first boot, accessible by MARIADB_USER (default: none).
|
MARIADB_DATABASE: Database to be created on first boot, accessible by MARIADB_USER (default: none).
|
||||||
|
SERVER_ID: Unique server identifier (default: random number)
|
||||||
|
REPLICATION_MODE: Replication mode. Possible values master/slave (default: none).
|
||||||
|
REPLICATION_USER: Replication user. User is created on master on the first boot (default: none).
|
||||||
|
REPLICATION_PASSWORD: Replication users password. Password is set for REPLICATION_USER on master on the first boot (default: none).
|
||||||
|
MASTER_HOST: Replication masters hostname/ip (parameter available only on slave).
|
||||||
|
MASTER_USER: User on replication master with access to MARIADB_DATABASE (parameter available only on slave).
|
||||||
|
MASTER_PASSWORD: Password of user on replication master with access to MARIADB_DATABASE (parameter available only on slave).
|
||||||
|
|
||||||
VOLUMES:
|
VOLUMES:
|
||||||
$BITNAMI_APP_VOL_PREFIX/data: Location of $BITNAMI_APP_NAME data files.
|
$BITNAMI_APP_VOL_PREFIX/data: Location of $BITNAMI_APP_NAME data files.
|
||||||
|
|||||||
@@ -2,6 +2,13 @@ environment_variables:
|
|||||||
MARIADB_USER: "User to be created on first boot (default: root)."
|
MARIADB_USER: "User to be created on first boot (default: root)."
|
||||||
MARIADB_PASSWORD: "Password to be set for MARIADB_USER on first boot (default: none)."
|
MARIADB_PASSWORD: "Password to be set for MARIADB_USER on first boot (default: none)."
|
||||||
MARIADB_DATABASE: "Database to be created on first boot, accessible by MARIADB_USER (default: none)."
|
MARIADB_DATABASE: "Database to be created on first boot, accessible by MARIADB_USER (default: none)."
|
||||||
|
SERVER_ID: "Unique server identifier (default: random number)"
|
||||||
|
REPLICATION_MODE: "Replication mode. Possible values master/slave (default: none)."
|
||||||
|
REPLICATION_USER: "Replication user. User is created on master on the first boot (default: none)."
|
||||||
|
REPLICATION_PASSWORD: "Replication users password. Password is set for REPLICATION_USER on master on the first boot (default: none)."
|
||||||
|
MASTER_HOST: "Replication masters hostname/ip (parameter available only on slave)."
|
||||||
|
MASTER_USER: "User on replication master with access to MARIADB_DATABASE (parameter available only on slave)."
|
||||||
|
MASTER_PASSWORD: "Password of user on replication master with access to MARIADB_DATABASE (parameter available only on slave)."
|
||||||
volumes:
|
volumes:
|
||||||
$BITNAMI_APP_VOL_PREFIX/data: "Location of $BITNAMI_APP_NAME data files."
|
$BITNAMI_APP_VOL_PREFIX/data: "Location of $BITNAMI_APP_NAME data files."
|
||||||
$BITNAMI_APP_VOL_PREFIX/conf: "Location of my.cnf ($BITNAMI_APP_NAME config file)."
|
$BITNAMI_APP_VOL_PREFIX/conf: "Location of my.cnf ($BITNAMI_APP_NAME config file)."
|
||||||
|
|||||||
Reference in New Issue
Block a user