Skip to content

Commit

Permalink
removed useless unbound log and var_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Feb 15, 2020
1 parent 5aaa77f commit e4f6795
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/dothdns/container_configs/container_configs.py
Expand Up @@ -119,15 +119,6 @@ class UnboundConfig(ContainerBaseConfig):
"bind": "/opt/unbound/etc/unbound/",
"mode": "rw",
},
f"{USER_CONFIG_DIR.joinpath('unbound-docker/var_dir')}": {
"bind": "/opt/unbound/etc/unbound/var/",
"mode": "rw",
},
# TODO 08.02.2020: check for necessity of log file # pylint: disable=W0511
f"{USER_CONFIG_DIR.joinpath('unbound-docker/logs/unbound.log')}": {
"bind": "/opt/unbound/etc/unbound/var/log/unbound/unbound.log",
"mode": "rw",
},
f"{USER_CONFIG_DIR.joinpath('unbound-docker/unbound.sh')}": {
"bind": "/unbound.sh",
"mode": "ro",
Expand Down
Empty file.
Empty file.

0 comments on commit e4f6795

Please sign in to comment.