Cant get acces to puncover webserver running in Docker container #68270
-
Hello I have quite intresting problem.
run docker with port mirroring: And after run puncover, I got:
Everything seems fine, but I can't get access to puncover output: Do you have any ideas what is wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think the server would need to listen on 0.0.0.0 to be visible outside of the container. See |
Beta Was this translation helpful? Give feedback.
I think the server would need to listen on 0.0.0.0 to be visible outside of the container. See
--host 0.0.0.0
CLI option.Hope this helps :)