Skip to content

Commit

Permalink
fixed docker network
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnath.poologanathan authored and krishnath.poologanathan committed Sep 14, 2024
1 parent fd37489 commit fc22380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
target_label: "node_name"
" > /home/obscuro/promtail/promtail-config.yaml \
&& docker run -d --name promtail \
--network ten_node \
--network node_network \
-e HOSTNAME=${{ matrix.host_id }}-${{ github.event.inputs.testnet_type }}-${{ GITHUB.RUN_NUMBER }} \
-v /var/log:/var/log \
-v /home/obscuro/promtail:/etc/promtail \
Expand Down

0 comments on commit fc22380

Please sign in to comment.