Skip to content

Commit

Permalink
work around docker limitations, ipv6 is disabled by default in the do…
Browse files Browse the repository at this point in the history
…cker container.
  • Loading branch information
peerchemist committed Jan 14, 2019
1 parent 15fda47 commit d385790
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker-compose.yml
Expand Up @@ -23,13 +23,17 @@ services:
- TCP_PORT=50001
- SSL_PORT=50002
- CACHE_MB=400
- RPC_HOST=127.0.0.1
- HOST=
- RPC_PORT=58000
volumes:
- type: bind
source: /opt/electrum/db/
target: /data
ports:
- "50001" # comment out to disable TCP port (plaintext)
# - "50002"
- "50001:50001" # comment out to disable TCP port (plaintext)
- "50002:50002"
- "58000:58000"
restart: always
depends_on:
- peercoind

0 comments on commit d385790

Please sign in to comment.