Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mup meteor debug doesn't work with docker networks #1204

Open
Slind14 opened this issue Nov 17, 2020 · 0 comments
Open

mup meteor debug doesn't work with docker networks #1204

Slind14 opened this issue Nov 17, 2020 · 0 comments

Comments

@Slind14
Copy link

Slind14 commented Nov 17, 2020

Hi Zodern,

I noticed that the new mup meteor debug only works when exposing the port with:

    docker: {
      args: [
         "-p 0.0.0.0:9229:9228/tcp",
      ],
      networks: ["customNetwork"],
      [...]
    }

Otherwise, the meteor-debug container doesn't seem to be able to gain access to the port. I think this is related to the use of networks. Would it be possible to add support for networks?

Ref: #1122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant