Skip to content

Commit

Permalink
Tutorial: use 0.0.0.0 host to avoid problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Aug 25, 2023
1 parent d200f81 commit 1505027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ hydra-node \
--testnet-magic 1 \
--node-socket node.socket \
--api-port 4001 \
--host 0.0.0.0 \
--port 5001 \
--peer 127.0.0.1:5002 \
--hydra-verification-key credentials/bob-hydra.vk \
Expand All @@ -406,6 +407,7 @@ hydra-node \
--testnet-magic 1 \
--node-socket node.socket \
--api-port 4002 \
--host 0.0.0.0 \
--port 5002 \
--peer 127.0.0.1:5001 \
--hydra-verification-key credentials/alice-hydra.vk \
Expand Down

0 comments on commit 1505027

Please sign in to comment.