mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #2019 from bigchaindb/storage-engine-fix
Fix storage-engine-cache size issue
This commit is contained in:
commit
b4acee0425
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t bigchaindb/mongodb:3.3 .
|
||||
docker build -t bigchaindb/mongodb:3.4 .
|
||||
|
||||
docker push bigchaindb/mongodb:3.3
|
||||
docker push bigchaindb/mongodb:3.4
|
||||
|
@ -9,6 +9,7 @@ MONGODB_CRL_FILE_PATH=""
|
||||
REPLICA_SET_NAME=""
|
||||
MONGODB_FQDN=""
|
||||
MONGODB_IP=""
|
||||
STORAGE_ENGINE_CACHE_SIZE=""
|
||||
|
||||
while [[ $# -gt 1 ]]; do
|
||||
arg="$1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user