You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case, I avoid exposing ports and prefer .docker resolution to launch several instances of compose project. This require to export an env var and reuse it as region in dnsdock.
Hi,
In my use case, I avoid exposing ports and prefer
.docker
resolution to launch several instances of compose project. This require to export an env var and reuse it as region in dnsdock.What do you think of falling back label
com.dnsdock.region
tocom.docker.compose.project
and labelcom.dnsdock.name
tocom.docker.compose.service
?This allow to resolve service as close as possible to compose structure :
Thanks for dnsdock, it's a lot easier than playing with ports !
The text was updated successfully, but these errors were encountered: