Skip to content

Commit

Permalink
chore: remove host networking from Docker setup (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeast committed Apr 2, 2024
1 parent d9134d6 commit d9031e4
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docker/regtest/startRegtest.sh
Expand Up @@ -8,7 +8,26 @@ docker run \
--volume "${PWD}"/docker/regtest/data/cln/hold:/root/.lightning/regtest/hold \
--volume "${PWD}"/docker/regtest/data/cln/mpay:/root/.lightning/regtest/mpay \
--volume "${PWD}"/tools:/tools \
--network host \
-p 29000:29000 \
-p 29001:29001 \
-p 29002:29002 \
-p 18445:18445 \
-p 10009:10009 \
-p 10011:10011 \
-p 9291:9291 \
-p 37040:37040 \
-p 31000:31000 \
-p 31001:31001 \
-p 31002:31002 \
-p 18884:18884 \
-p 18443:18443 \
-p 9736:9736 \
-p 9737:9737 \
-p 8080:8080 \
-p 8081:8081 \
-p 9735:9735 \
-p 9293:9293 \
-p 9292:9292 \
boltz/regtest:4.4.3

docker exec regtest bash -c "cp /root/.lightning/regtest/*.pem /root/.lightning/regtest/certs"
Expand Down

0 comments on commit d9031e4

Please sign in to comment.