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: volumes:
- ${APP_DATA_DIR}/data:/data - ${APP_DATA_DIR}/data:/data
environment: 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 COIN: BitcoinSegwit
networks: networks:
default: default:

Loading…
Cancel
Save