Fix crypto config path
parent
5b647c15d4
commit
f7f5d3fcf4
|
@ -59,7 +59,7 @@ services:
|
|||
- mysql
|
||||
volumes:
|
||||
- ./explorer-artifacts/config.json:/blockchain-explorer/config.json
|
||||
- ./solo/crypto-config:/blockchain-explorer/first-network/crypto-config
|
||||
- ./crypto-config:/blockchain-explorer/first-network/crypto-config
|
||||
ports:
|
||||
- "8080:8080" # HTTP port
|
||||
|
||||
|
|
Loading…
Reference in New Issue