47 lines
1.6 KiB
YAML
47 lines
1.6 KiB
YAML
|
name: ddns-go
|
||
|
services:
|
||
|
ddns-go:
|
||
|
image: jeessy/ddns-go:v5.3.6
|
||
|
network_mode: host
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- type: bind
|
||
|
source: /DATA/AppData/$AppID/config
|
||
|
target: /root
|
||
|
ports:
|
||
|
- target: 7890
|
||
|
published: "7890"
|
||
|
protocol: tcp
|
||
|
x-casaos:
|
||
|
ports:
|
||
|
- container: "7890"
|
||
|
description:
|
||
|
en_us: WebUI HTTP Port
|
||
|
zh_cn: WebUI HTTP端口
|
||
|
volumes:
|
||
|
- container: /root
|
||
|
description:
|
||
|
en_us: ddns-go config directory.
|
||
|
zh_cn: ddns-go 配置目录
|
||
|
x-casaos:
|
||
|
architectures:
|
||
|
- amd64
|
||
|
- arm
|
||
|
- arm64
|
||
|
author: zxxhz
|
||
|
category: Network
|
||
|
description:
|
||
|
en_us: Simple and easy to use DDNS. automatically update domain name resolution to public IP (support Ali cloud, Tencent cloud, Dnspod, Cloudflare, Callback, Huawei cloud, Baidu cloud, Porkbun, GoDaddy, Google Domain).
|
||
|
zh_cn: 简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云、Dnspod、Cloudflare、Callback、华为云、百度云、Porkbun、GoDaddy、Google Domain)。
|
||
|
developer: jeessy2
|
||
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ddns-go/icon.png
|
||
|
screenshot_link:
|
||
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ddns-go/screenshot-1.png
|
||
|
main: ddns-go
|
||
|
port_map: "7890"
|
||
|
scheme: http
|
||
|
tagline:
|
||
|
en_us: Simple and easy to use DDNS. automatically update domain name resolution to public IP
|
||
|
zh_cn: 简单好用的DDNS。自动更新域名解析到公网IP
|
||
|
title:
|
||
|
en_us: ddns-go
|