Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolving address in container via dinghy #64

Open
hirnschmalz opened this issue Nov 5, 2022 · 0 comments
Open

Resolving address in container via dinghy #64

hirnschmalz opened this issue Nov 5, 2022 · 0 comments

Comments

@hirnschmalz
Copy link

I have a http container running on port 80. dinghy is used to make container available via https://my.domain.tld.docker on my development machine. So far so good.

No I should run a job inside the container. The job should fetch some data from the current container and get's the URL via configuration. The configuration tells the job, that the URL is https://my.domain.tld.docker. The problem now is, that the app itself runs on port 80 only. So what I would need is a hosts entry which points to the dinghy IP.

Is this possible? Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant