MatthewVance / unbound-docker-rpi

Run Unbound with latest version of OpenSSL on Raspberry Pi with Docker.
MIT License
142 stars 22 forks source link

Use a customized Unbound configuration command #2

Closed gkalemis closed 4 years ago

gkalemis commented 4 years ago

command has very small error in repo name (a dash is missing)

Should be changed to

docker run --name=unbound-rpi \ --volume=/my-directory/unbound:/opt/unbound/etc/unbound/ \ --publish=53:53/tcp \ --publish=53:53/udp \ --restart=unless-stopped \ --detach=true \ mvance/unbound-rpi:latest

MatthewVance commented 4 years ago

Thanks for catching and reporting this.