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" command: "node --config-path /config --privnet"
volumes: volumes:
- ../config/protocol.privnet.docker.single.yml:/config/protocol.privnet.yml - ../config/protocol.privnet.docker.single.yml:/config/protocol.privnet.yml
- ./wallets/wallet1.json:/wallet1.json - ./wallets/wallet1_solo.json:/wallet1.json
- volume_chain:/chains - volume_chain:/chains
networks: networks:
neo_go_network: neo_go_network:

View file

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