mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
$BITNAMI_APP_NAME cheatsheet:
|
|
|
|
ENVIRONMENT VARIABLES:
|
|
REDIS_PASSWORD: Password set at first boot for your $BITNAMI_APP_NAME server (default: none).
|
|
REDIS_REPLICATION_MODE: Replication mode. Possible values master/slave (default: none).
|
|
REDIS_MASTER_HOST: Hostname/IP of replication master (parameter available only on slave).
|
|
REDIS_MASTER_PORT: Port of replication master, defaults to 6369 (parameter available only on slave).
|
|
REDIS_MASTER_PASSWORD: Master auth password used by slave to authenticate with the master (default: none).
|
|
|
|
VOLUMES:
|
|
$BITNAMI_APP_VOL_PREFIX/data: Location of $BITNAMI_APP_NAME database dump.
|
|
$BITNAMI_APP_VOL_PREFIX/conf: Location of redis.conf ($BITNAMI_APP_NAME config file).
|
|
$BITNAMI_APP_VOL_PREFIX/logs: Location of $BITNAMI_APP_NAME logs.
|
|
|
|
PORTS:
|
|
6369: Default $BITNAMI_APP_NAME port.
|
|
|
|
MISC:
|
|
Options: You can add extra options during the docker run using the -- prefix.
|
|
Note: The password is only set the first time you run the container.
|
|
|
|
COMMANDS:
|
|
print-help: Print this page.
|
|
check-updates: Check if a new version of the $BITNAMI_APP_NAME image is available.
|
|
|
|
Visit $GITHUB_PAGE for more information.
|
|
|
|
|