Skip to content

Commit

Permalink
Update docker-compose.yml (#207)
Browse files Browse the repository at this point in the history
update ddns-go network_mode and port
  • Loading branch information
raller1028 authored Jul 13, 2023
1 parent 67d8d82 commit ebe3294
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Apps/Ddns-go/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: ddns-go
services:
ddns-go:
image: jeessy/ddns-go:v5.3.6
network_mode: host
network_mode: bridge
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/$AppID/config
target: /root
ports:
- target: 7890
published: "7890"
- target: 9876
published: "9876"
protocol: tcp
x-casaos:
ports:
- container: "7890"
- container: "9876"
description:
en_us: WebUI HTTP Port
zh_cn: WebUI HTTP端口
Expand All @@ -38,10 +38,10 @@ x-casaos:
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ddns-go/screenshot-1.png
main: ddns-go
port_map: "7890"
port_map: "9876"
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
en_us: ddns-go

0 comments on commit ebe3294

Please sign in to comment.