Skip to content

Commit

Permalink
🔨 Use standalone Unbound
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVance committed Apr 7, 2020
1 parent 82210a1 commit 114fe4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 139 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To achieve this, this setup uses two containers, one running Stubby and another

`sudo docker build -t mvance/stubby:latest .`

`sudo docker build -t mvance/unbound:1.10.0-stubby .`
_Note: This no longer comes with its own Unbound image/Dockerfile. Instead, it uses includes the necesseary config and references a [standalone Unbound](https://github.com/MatthewVance/unbound-docker) instance._

### Standard usage

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- dns
restart: unless-stopped
unbound:
image: "mvance/unbound:1.10.0-stubby"
image: "mvance/unbound:latest"
depends_on:
- "stubby"
ports:
Expand Down
137 changes: 0 additions & 137 deletions unbound/Dockerfile

This file was deleted.

0 comments on commit 114fe4a

Please sign in to comment.