1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

Location of config in container has changed

Changed the documentation so that the binary will find the configuration file.
This commit is contained in:
Shannon Haworth 2021-02-23 02:57:15 -05:00 committed by GitHub
parent afc6ba8241
commit 10c67fa23a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```