fix it again

This commit is contained in:
Ștefan Talpalaru 2020-06-26 23:21:17 +02:00
parent 26cad49f60
commit 750964a91f
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 12 additions and 12 deletions

View File

@ -35,18 +35,18 @@
- '{{ beacon_node_discovery_port }}:{{ beacon_node_discovery_port }}/udp' - '{{ beacon_node_discovery_port }}:{{ beacon_node_discovery_port }}/udp'
command: | command: |
{% if beacon_node_network == "testnet2" %} {% if beacon_node_network == "testnet2" %}
- '--run' --run \
- '--' -- \
{% endif %} {% endif %}
- '--nat=extip:{{ beacon_node_public_address }}' --nat=extip:{{ beacon_node_public_address }} \
- '--log-level={{ beacon_node_log_level }}' --log-level={{ beacon_node_log_level }} \
- '--tcp-port={{ beacon_node_listening_port }}' --tcp-port={{ beacon_node_listening_port }} \
- '--udp-port={{ beacon_node_discovery_port }}' --udp-port={{ beacon_node_discovery_port }} \
- '--rpc' --rpc \
- '--rpc-address=0.0.0.0' --rpc-address=0.0.0.0 \
- '--rpc-port={{ beacon_node_rpc_port }}' --rpc-port={{ beacon_node_rpc_port }} \
- '--metrics' --metrics \
- '--metrics-address=0.0.0.0' --metrics-address=0.0.0.0 \
- '--metrics-port={{ beacon_node_metrics_port }}' --metrics-port={{ beacon_node_metrics_port }}
volumes: volumes:
- '{{ beacon_node_cont_vol }}/data:/root/.cache/nimbus' - '{{ beacon_node_cont_vol }}/data:/root/.cache/nimbus'