TimothyYe / godns

A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go.
https://timothyye.github.io/godns/
Apache License 2.0
1.5k stars 221 forks source link

Docker Hub instructions are incorrect #97

Closed shaworth closed 3 years ago

shaworth commented 3 years ago

Recent commit moved the binary location in the docker container. Instructions on DockerHub are incorrect.

Change

docker run -d --name godns --restart=always -v /path/to/config.json:/usr/local/godns/config.json timothyye/godns:latest

To

docker run -d --name godns --restart=always -v /path/to/config.json:/config.json timothyye/godns:latest

TimothyYe commented 3 years ago

Thanks, I updated the Dockerfile recently but forgot to update the Docker Hub instructions.

TimothyYe commented 3 years ago

Updated, thanks!