mirror of
https://github.com/jeessy2/ddns-go.git
synced 2024-11-25 16:46:24 +08:00
docs: reset password in docker (#1188)
This commit is contained in:
parent
c23b879405
commit
adfb42e783
@ -99,6 +99,13 @@
|
||||
docker run -d --name ddns-go --restart=always -p 9876:9876 -v /opt/ddns-go:/root jeessy/ddns-go
|
||||
```
|
||||
|
||||
- [可选] 重置密码
|
||||
|
||||
```bash
|
||||
docker exec ddns-go ./ddns-go -resetPassword 123456
|
||||
docker restart ddns-go
|
||||
```
|
||||
|
||||
## 使用IPv6
|
||||
|
||||
- 前提:你的电脑或终端能正常获取IPv6,并能正常访问IPv6
|
||||
|
@ -97,6 +97,13 @@ Automatically obtain your public IPv4 or IPv6 address and resolve it to the corr
|
||||
docker run -d --name ddns-go --restart=always -p 9876:9876 -v /opt/ddns-go:/root jeessy/ddns-go
|
||||
```
|
||||
|
||||
- [Optional] Reset password
|
||||
|
||||
```bash
|
||||
docker exec ddns-go ./ddns-go -resetPassword 123456
|
||||
docker restart ddns-go
|
||||
```
|
||||
|
||||
## Webhook
|
||||
|
||||
- Support webhook, when the domain name is updated successfully or not, the URL filled in will be called back
|
||||
|
Loading…
Reference in New Issue
Block a user