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