meteor-up icon indicating copy to clipboard operation
meteor-up copied to clipboard

mup meteor debug doesn't work with docker networks

Open Slind14 opened this issue 5 years ago • 0 comments

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: https://github.com/zodern/meteor-up/issues/1122

Slind14 avatar Nov 17 '20 12:11 Slind14