Browse Source

Fix bad interpolation

electrumx
Luke Childs 3 years ago
parent
commit
1368eeb223
  1. 2
      apps/electrumx/docker-compose.yml

2
apps/electrumx/docker-compose.yml

@ -12,7 +12,7 @@ services:
volumes:
- ${APP_DATA_DIR}/data:/data
environment:
DAEMON_URL: http://${BITCOIN_RPC_USER}:${BITCOIN_RPC_PASS}@${$BITCOIN_IP}:${BITCOIN_RPC_PORT}
DAEMON_URL: http://${BITCOIN_RPC_USER}:${BITCOIN_RPC_PASS}@${BITCOIN_IP}:${BITCOIN_RPC_PORT}
COIN: BitcoinSegwit
networks:
default:

Loading…
Cancel
Save