diff --git a/apps/electrumx/docker-compose.yml b/apps/electrumx/docker-compose.yml index 48401ce..a8e9d85 100644 --- a/apps/electrumx/docker-compose.yml +++ b/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: