-
Hi, Have you known this issue and find a way to solve it ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
No this issue is unknown to be, but it can't affect me, since I use normal docker, but yes I would like to support podman, but I think this is an internal problem of networking in podman/nginx. If podman does support network mode host, what about running the npm in this mode (like I recommend) and then exposing your containers to localhost ( |
Beta Was this translation helpful? Give feedback.
No this issue is unknown to be, but it can't affect me, since I use normal docker, but yes I would like to support podman, but I think this is an internal problem of networking in podman/nginx. If podman does support network mode host, what about running the npm in this mode (like I recommend) and then exposing your containers to localhost (
127.0.0.1:67:8080
to expose port 8080 of container to localhost 127.0.0.1 in compose or-p 127.0.0.1:67:8080
in docker run) and after that you could add your container to the npm by using 127.0.0.1 as ip and 67 as port and http/https as your container needs it in reverse proxy mode?