mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 07:18:22 +08:00
27 lines
944 B
Plaintext
27 lines
944 B
Plaintext
$BITNAMI_APP_NAME cheatsheet:
|
|
|
|
ENVIRONMENT VARIABLES:
|
|
MARIADB_USER: User to be created on initialization (default: root)
|
|
MARIADB_PASSWORD: Password associated to the MARIADB_USER (default: none)
|
|
MARIADB_DATABASE: Create a database and grant access to MARIADB_USER (default: none)
|
|
|
|
VOLUMES:
|
|
$BITNAMI_APP_VOL_PREFIX/data: $BITNAMI_APP_NAME data files. For backups use this volume
|
|
$BITNAMI_APP_VOL_PREFIX/conf: my.conf lives here
|
|
$BITNAMI_APP_VOL_PREFIX/logs:
|
|
|
|
PORTS:
|
|
3306: $BITNAMI_APP_NAME default port
|
|
|
|
MISC:
|
|
note: Please note that the user creation happens only the first time you run the container
|
|
note#2: MARIADB_USER works in conjunction with MARIADB_DATABASE environment variable
|
|
|
|
COMMANDS:
|
|
print-help: This page
|
|
check-updates: Check if a new version of the $BITNAMI_APP_NAME image is available
|
|
|
|
Visit $GITHUB_PAGE for more information
|
|
|
|
|