Make the RPC user and pass explicit in the example docker-compose file
This commit is contained in:
parent
467cac7d4d
commit
865fe488bf
@ -17,6 +17,8 @@ services:
|
|||||||
MEMPOOL_BACKEND: "none"
|
MEMPOOL_BACKEND: "none"
|
||||||
RPC_HOST: "172.27.0.1"
|
RPC_HOST: "172.27.0.1"
|
||||||
RPC_PORT: "8332"
|
RPC_PORT: "8332"
|
||||||
|
RPC_USER: "mempool"
|
||||||
|
RPC_PASS: "mempool"
|
||||||
MYSQL_ENABLED: "true"
|
MYSQL_ENABLED: "true"
|
||||||
MYSQL_HOST: "db"
|
MYSQL_HOST: "db"
|
||||||
STATISTICS_ENABLED: "true"
|
STATISTICS_ENABLED: "true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user