From 10c67fa23a4dee45e2bf6c6885985f8ead50a2ab Mon Sep 17 00:00:00 2001 From: Shannon Haworth Date: Tue, 23 Feb 2021 02:57:15 -0500 Subject: [PATCH] Location of config in container has changed Changed the documentation so that the binary will find the configuration file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4e6f60..9cc807e 100644 --- a/README.md +++ b/README.md @@ -582,7 +582,7 @@ With `/path/to/config.json` your local configuration file, run: ```bash docker run \ -d --name godns --restart=always \ --v /path/to/config.json:/usr/local/godns/config.json \ +-v /path/to/config.json:/config.json \ timothyye/godns:latest ```