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:
parent
afc6ba8241
commit
10c67fa23a
@ -582,7 +582,7 @@ With `/path/to/config.json` your local configuration file, run:
|
|||||||
```bash
|
```bash
|
||||||
docker run \
|
docker run \
|
||||||
-d --name godns --restart=always \
|
-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
|
timothyye/godns:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user