TASK [blinklabs.cardano.cardano_node : Create container] **********************************************************************************************************************************************************
--- before
+++ after
@@ -1,8 +1,12 @@
{
"expected_binds": [
+ "/opt/cardano-mainnet/config/custom-p2p-topology.json:/opt/cardano-mainnet/config/custom-p2p-topology.json:rw",
+ "/opt/cardano-mainnet/data:/opt/cardano-mainnet/data:rw",
+ "/opt/cardano-mainnet/ipc:/opt/cardano-mainnet/ipc:rw",
"/opt/cardano-preview/config/custom-p2p-topology.json:/opt/cardano-preview/config/custom-p2p-topology.json:rw",
"/opt/cardano-preview/data:/opt/cardano-preview/data:rw",
"/opt/cardano-preview/ipc:/opt/cardano-preview/ipc:rw",
+ "/opt/cardano/config/mainnet/config.json:/opt/cardano/config/mainnet/config.json:rw",
"/opt/cardano/config/preview/config.json:/opt/cardano/config/preview/config.json:rw"
]
}