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

Strange volume mapping #17

Closed
duckietm opened this issue Nov 15, 2022 · 2 comments
Closed

Strange volume mapping #17

duckietm opened this issue Nov 15, 2022 · 2 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@duckietm
Copy link

duckietm commented Nov 15, 2022

Hello,

First of all thanks for your nice release of Unbound for docker 👍
But why are the following volumes mapped ?

image

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 ?

@madnuttah madnuttah self-assigned this Nov 15, 2022
@madnuttah madnuttah added the bug Something isn't working label Nov 15, 2022
@madnuttah
Copy link
Owner

madnuttah commented Nov 15, 2022

A pleasure! 😉

You found an issue, this will be fixed in the next version.

Thanks for your heads up!

@madnuttah
Copy link
Owner

The issue should be resolved with 1.17.0-4. Thanks again for reporting.

@madnuttah madnuttah added the good first issue Good for newcomers label Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants