Replies: 1 comment 3 replies
-
What happens if you try "curl https://host.docker.internal:8443" from within the NPM container? Coincidentally, my docker host also has a service which listens on 0.0.0.0:8443, I added -k because it uses a self-signed certificate. |
Beta Was this translation helpful? Give feedback.
3 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Just a quick question, I've tried the method to use host.docker.internal, but I cannot reach the service hosted on the host system on port 8443 from the docker container running NPM.
Beta Was this translation helpful? Give feedback.
All reactions