Skip to content

cant set the forward server to host name #1378

Answered by Zoey2936
Alacard asked this question in Q&A
Discussion options

You must be logged in to vote

I think jellyseerr is a docker container, right? I would recommend you to use static ips, since nginx has not the best dns implementation, but if you need to use a hostname you can try to use <container-name>.<docker-network-name> as input this should also work, but as I wrote dns can fail.

I personally handle it like this:
I run NPMplus in network mode host and to connect to my containers I expose the needed ports of them like this "127.0.0.1::" and in npmplus I proxy to 127.0.0.1 with . Through this I don't need static IPs and have no problem with DNS. Also containers of diffrent services can't talk to each other since they don't need to be in the same docker network so that NPMplus can…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@Cantello
Comment options

@Zoey2936
Comment options

@Cantello
Comment options

@Zoey2936
Comment options

@Cantello
Comment options

Answer selected by Zoey2936
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1376 on January 12, 2025 09:53.