mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-26 01:45:59 +03:00
[GH-ISSUE #86] add container name #39
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @antarus on GitHub (Aug 17, 2018).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/86
Hello, would it be possible to add the management of container names a bit like https://github.com/dvddarias/docker-hoster.
If I launch services via docker-compose, I would like to be able to access them with their name without having to add a configuration hostname.
thanks
@mageddo commented on GitHub (Aug 19, 2018):
I think it makes sense. You mean solve by container name or docker-compose service name?
@antarus commented on GitHub (Aug 20, 2018):
container name and docker-compose service name seem good :D
@mageddo commented on GitHub (Oct 5, 2018):
Hello @antarus
Feature was developed and it's on this branch. The way to use it's documented here.
Points
.dockersuffix was used by convention as every FQDN must have an domainPlease tell me if you agree with the feature?
@mageddo commented on GitHub (Oct 5, 2018):
Checkout the pull request #88
@mageddo commented on GitHub (Oct 6, 2018):
New version was released https://github.com/mageddo/dns-proxy-server/releases/tag/2.7.0
@antarus commented on GitHub (Oct 8, 2018):
perfect thanks