Fetch the repository succeeded.
This action will force synchronization from 杰哥哥/ddns-go, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
Alidns(阿里云)
Dnspod(腾讯云)
Cloudflare
华为云
docker run -d \
--name ddns-go \
--restart=always \
-p 9876:9876 \
jeessy/ddns-go
http://主机IP:9876
,修改你的配置,成功系统中使用
,Windows/Mac桌面版的docker不支持--net=host
--net=host
模式,简单点
docker run -d \
--name ddns-go \
--restart=always \
--net=host \
jeessy/ddns-go
go get -u github.com/go-bindata/go-bindata/...
go-bindata -debug -pkg util -o util/staticPagesData.go static/pages/...
go-bindata -pkg static -o static/js_css_data.go -fs -prefix "static/" static/
go-bindata -pkg util -o util/staticPagesData.go static/pages/...
go-bindata -pkg static -o static/js_css_data.go -fs -prefix "static/" static/
# 自动发布
git tag v0.0.x -m "xxx"
git push --tags
Sign in for post a comment
Comments ( 0 )