1 Star 0 Fork 1

坐公交也用券/ddns-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yaml 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
坐公交也用券 提交于 2025-04-22 17:46 +08:00 . 同步deb安装包内置配置
version: '3.8'
services:
ddns-go:
image: ccr.ccs.tencentyun.com/liumou/ddns:latest
container_name: ddns-go
network_mode: host # 使用宿主机的网络模式
environment:
- TXY_KEY=${TXY_KEY}
- TXY_ID=${TXY_ID}
- DOMAIN=${DOMAIN}
- Sub4=${Sub4}
- Sub6=${Sub6}
- Remark=${Remark}
- Type=${Type}
- TZ=Asia/Shanghai
- sec=60
- UrlIp6Api=http://ipv6.liumou.site:22011/api
- debug=true
restart: unless-stopped
entrypoint: ["/ddns-go"]
command: ["-c", "/opt/apps/com.liumou.ddns-tencent/ddns.toml"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/liumou_site/ddns-go.git
git@gitee.com:liumou_site/ddns-go.git
liumou_site
ddns-go
ddns-go
master

搜索帮助