Comment on How do I manage docker&Traefik behind a reverse proxy not on docker.

<- View Parent
needanke@feddit.org ⁨1⁩ ⁨week⁩ ago

How do I connect to the container without traefik (from my local network)?

When I remove all the traefic references and then run docker ps I get

CONTAINER ID   IMAGE                                                            COMMAND                  CREATED         STATUS                  PORTS                                         NAMES
[removed]   nightscout/cgm-remote-monitor:latest                             "docker-entrypoint.s…"   6 seconds ago   Up 5 seconds            1337/tcp                                      nightscout
[removed]   mongo:4.4                                                        "docker-entrypoint.s…"   37 hours ago    Up 5 seconds            27017/tcp                                     docker-mongo-1

But I can’t reach it under dockerIP:1337.

With Immich it had 0.0.0.0:port as its IP and I was able to reach it that way.

source
Sort:hotnewtop