Skip to content
Discussion options

You must be logged in to vote

Hey, that is 99% a docker issue and not hindsight. Check that both containers are on the same docker network and that your IP bindings match your actual network infrastructure. You can bind to 0.0.0.0 then it becomes accessible from any IP, but if the host is publicly accessible that would be a huge security issue. Accessing a container within a docker network is usually easier by container name rather than ip. e.g. if your ollama container is called ollama then ollama:11434 will do the job

hth

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nicoloboschi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants