docker: fix privnet node config and compose file

This commit is contained in:
Evgenii Stratonikov 2020-07-24 16:30:38 +03:00
parent a45c160f10
commit 8d2e9b68bf
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -39,6 +39,7 @@ ApplicationConfiguration:
RPC:
Enabled: true
EnableCORSWorkaround: false
MaxGasInvoke: 10
Port: 30333
Prometheus:
Enabled: true