mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-02 11:14:20 +01:00
Added Bitcoin protocol ports exposed
This commit is contained in:
@@ -165,6 +165,7 @@ services:
|
||||
<% if( bitcoin_expose ) { %>
|
||||
ports:
|
||||
- "<%= (net === 'regtest')?'18443:18443':((net === 'testnet')?'18332:18332':'8332:8332') %>"
|
||||
- "<%= (net === 'regtest')?'18444:18444':((net === 'testnet')?'18333:18333':'8333:8333') %>"
|
||||
<% } %>
|
||||
# deploy:
|
||||
# placement:
|
||||
|
||||
Reference in New Issue
Block a user