803dec45cb
Pulling example from https://github.com/lbryio/chainquery#lbrycrd This should establish a random RPC pass every time the containers start
2 lines
142 B
Bash
2 lines
142 B
Bash
COMPOSE_PROJECT_NAME=chainquery
|
|
RPC_PASSWORD=${RPC_PASSWORD:-$(env LC_CTYPE=C LC_ALL=C tr -dc A-Za-z0-9 < /dev/urandom | head -c 16 | xargs)}
|