We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
First of all thanks for your nice release of Unbound for docker 👍 But why are the following volumes mapped ?
my Config :
version: "3" services: unbound: container_name: unbound image: madnuttah/unbound:latest hostname: unbound networks: - dns-network ports: - 5335:5335/tcp - 5335:5335/udp environment: TZ: "Europe/Amsterdam" volumes: - ./unbound/unbound.conf:/usr/local/unbound/unbound.conf:rw #Your local path to Unbound - ./unbound/conf.d/:/usr/local/unbound/conf.d/:rw - ./unbound/log.d/:/usr/local/unbound/log.d/:rw - ./unbound/zones.d/:/usr/local/unbound/zones.d/:rw - ./unbound/certs.d/:/usr/local/unbound/certs.d/:rw - ./unbound/iana.d/:/usr/local/unbound/iana.d/:rw restart: unless-stopped networks: dns-network: driver: bridge
How do i get rid of that [ and ] mapping ?
The text was updated successfully, but these errors were encountered:
A pleasure! 😉
You found an issue, this will be fixed in the next version.
Thanks for your heads up!
Sorry, something went wrong.
The issue should be resolved with 1.17.0-4. Thanks again for reporting.
madnuttah
No branches or pull requests
Hello,
First of all thanks for your nice release of Unbound for docker 👍
But why are the following volumes mapped ?
my Config :
How do i get rid of that [ and ] mapping ?
The text was updated successfully, but these errors were encountered: