mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 07:18:22 +08:00
* [bitnami/scylladb] Uncomment cassandra rack and dc lines in libscylladb.sh Fix an issue where custom values for data center and rack are ignored because the lines are left as comment in cassandra-rackdc.properties file. Signed-off-by: Siavash <siavasht@users.noreply.github.com> * [bitnami/scylladb] Export SCYLLADB_CONF environment variable If not set, Scylladb tries to read from `conf` directory which is not available in the container and startup fails with error: `open failed: No such file or directory [conf/cassandra-rackdc.properties]` Signed-off-by: Siavash <siavasht@users.noreply.github.com> --------- Signed-off-by: Siavash <siavasht@users.noreply.github.com>