diff --git a/tasks/compose.yml b/tasks/compose.yml index 2f5c16f..595dc90 100644 --- a/tasks/compose.yml +++ b/tasks/compose.yml @@ -33,7 +33,7 @@ - '{{ beacon_node_metrics_port }}:{{ beacon_node_metrics_port }}/tcp' - '{{ beacon_node_listening_port }}:{{ beacon_node_listening_port }}/tcp' - '{{ beacon_node_discovery_port }}:{{ beacon_node_discovery_port }}/udp' - command: + command: | {% if beacon_node_network == "testnet2" %} - '--run' - '--' diff --git a/tasks/container.yml b/tasks/container.yml index ca6dda9..ba02a34 100644 --- a/tasks/container.yml +++ b/tasks/container.yml @@ -15,7 +15,6 @@ up \ --quiet-pull \ --no-build \ - --detach \ {% if compose_recreate %} --force-recreate \ {% endif %}