Skip to content

Nginx Reverse Proxy into Foundry Containers #175

Answered by felddy
LousyLeonard asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @LousyLeonard,

I'll see if I can help, but using a modification of the this project's container is going to limit my confidence in any solution I provide to you. You shouldn't need to change the port that is "exposed" by the container. If you want the service to listen on a different port, you simply need to "publish" that port.

This might be a useful read if you are new to Docker networking:

This is how I would accomplish what I believe you are trying to do using the container from this project. Let me know if it works for you.

docker-compose.yml

---
version: "3.8"

services:
  foundry_1:…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@LousyLeonard
Comment options

@LousyLeonard
Comment options

Answer selected by LousyLeonard
Comment options

You must be logged in to vote
0 replies
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