Update docker-compose.yml (#207)

update ddns-go network_mode and port
This commit is contained in:
raller1028 2023-07-13 15:34:21 +08:00 committed by GitHub
parent 67d8d82042
commit ebe32949c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -2,19 +2,19 @@ name: ddns-go
services: services:
ddns-go: ddns-go:
image: jeessy/ddns-go:v5.3.6 image: jeessy/ddns-go:v5.3.6
network_mode: host network_mode: bridge
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- type: bind - type: bind
source: /DATA/AppData/$AppID/config source: /DATA/AppData/$AppID/config
target: /root target: /root
ports: ports:
- target: 7890 - target: 9876
published: "7890" published: "9876"
protocol: tcp protocol: tcp
x-casaos: x-casaos:
ports: ports:
- container: "7890" - container: "9876"
description: description:
en_us: WebUI HTTP Port en_us: WebUI HTTP Port
zh_cn: WebUI HTTP端口 zh_cn: WebUI HTTP端口
@ -38,10 +38,10 @@ x-casaos:
screenshot_link: screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ddns-go/screenshot-1.png - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ddns-go/screenshot-1.png
main: ddns-go main: ddns-go
port_map: "7890" port_map: "9876"
scheme: http scheme: http
tagline: tagline:
en_us: Simple and easy to use DDNS. automatically update domain name resolution to public IP en_us: Simple and easy to use DDNS. automatically update domain name resolution to public IP
zh_cn: 简单好用的DDNS。自动更新域名解析到公网IP zh_cn: 简单好用的DDNS。自动更新域名解析到公网IP
title: title:
en_us: ddns-go en_us: ddns-go