Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
tleekkul committed Jan 25, 2022
2 parents 5391d3c + ff6a18f commit f1a0424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/compose.template
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ services:
- rpc_port={{ rpc_port }}
- rpc_user={{ config.local_node.rpc_conf.username }}
- zmq_incoming_host=bch-node
- NODE_OPTIONS="--max-old-space-size=16384"
- NODE_OPTIONS=--max-old-space-size=16384
restart: always
networks:
- {{ config.docker_network }}
Expand Down

0 comments on commit f1a0424

Please sign in to comment.