Allow apps to access BITCOIN_ZMQ_SEQUENCE_PORT

This commit is contained in:
Aaron Dewes 2022-02-28 14:53:44 +01:00
parent d812875ba0
commit 1be4357cc2

View File

@ -27,6 +27,7 @@ def permissions():
"BITCOIN_ZMQ_RAWBLOCK_PORT",
"BITCOIN_ZMQ_RAWTX_PORT",
"BITCOIN_ZMQ_HASHBLOCK_PORT",
"BITCOIN_ZMQ_SEQUENCE_PORT",
],
"volumes": [
"${BITCOIN_DATA_DIR}:/bitcoin"