Make the RPC user and pass explicit in the example docker-compose file

This commit is contained in:
Felipe Knorr Kuhn 2022-01-10 23:30:31 -08:00
parent 39b21b057b
commit 03d1303295

View File

@ -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"