From b2fe4a6f0076f551ddae5355f882964d7ebda36d Mon Sep 17 00:00:00 2001 From: Alex Shtin Date: Wed, 24 Mar 2021 12:55:50 -0700 Subject: [PATCH] Remove RINGPOP_SEEDS env (#1402) --- docker/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index afe39046065..c0a7d90d857 100644 --- a/docker/README.md +++ b/docker/README.md @@ -39,7 +39,6 @@ docker run -e CASSANDRA_SEEDS=10.x.x.x -- csv of cassandra serv -e KEYSPACE= -- Cassandra keyspace -e VISIBILITY_KEYSPACE= -- Cassandra visibility keyspace -e SKIP_SCHEMA_SETUP=true -- do not setup cassandra schema during startup - -e RINGPOP_SEEDS=10.x.x.x,10.x.x.x \ -- csv of ipaddrs for gossip bootstrap -e NUM_HISTORY_SHARDS=1024 \ -- Number of history shards -e SERVICES=history,matching \ -- Spinup only the provided services -e LOG_LEVEL=debug,info \ -- Logging level