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

Update README.md

This commit is contained in:
Timothy 2021-02-24 10:30:28 +08:00 committed by GitHub
parent afc6ba8241
commit 07e5d7f99e
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
```