docker: fix privnet node config and compose file
This commit is contained in:
parent
a45c160f10
commit
8d2e9b68bf
2 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,7 @@ services:
|
|||
command: "node --config-path /config --privnet"
|
||||
volumes:
|
||||
- ../config/protocol.privnet.docker.single.yml:/config/protocol.privnet.yml
|
||||
- ./wallets/wallet1.json:/wallet1.json
|
||||
- ./wallets/wallet1_solo.json:/wallet1.json
|
||||
- volume_chain:/chains
|
||||
networks:
|
||||
neo_go_network:
|
||||
|
|
|
@ -39,6 +39,7 @@ ApplicationConfiguration:
|
|||
RPC:
|
||||
Enabled: true
|
||||
EnableCORSWorkaround: false
|
||||
MaxGasInvoke: 10
|
||||
Port: 30333
|
||||
Prometheus:
|
||||
Enabled: true
|
||||
|
|
Loading…
Reference in a new issue