-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
Consider to upgrade Docker-Bind to latest version (0.17) #731
Labels
Comments
Friendly ping @cytopia |
My
|
Thanks a lot ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ISSUE TYPE
SUMMARY
While working on Auto DNS feature to try to solve issue #604, I've found that :
cytopia/bind
image used indocker-compose.yml
still use an outdated version 0.15 ; see https://github.com/cytopia/devilbox/blob/v1.7.2/docker-compose.yml#L37I've also noticed that feature that came with version 0.17, has no env variable defined in
env-example
fileSee https://github.com/cytopia/docker-bind#optional-environmental-variables
ALLOW_QUERY
ALLOW_RECURSION
Goal
Raise
cytopia/bind
either to0.17
orlatest
tag available on docker hub => https://hub.docker.com/r/cytopia/bind/tagsDefines two new env variables in
env-example
under section 10. Bind Docker SettingsBIND_ALLOW_QUERY
BIND_ALLOW_RECURSION
And modify the
bind
service indocker-compose.yml
=> https://github.com/cytopia/devilbox/blob/v1.7.2/docker-compose.yml#L36With version 0.15 I got this output with
docker-compose logs bind
commandAnd with new version 0.17, I got this output
The text was updated successfully, but these errors were encountered: