Skip to content

Change network_mode from bridge to host for ease of use #701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Apps/Gateway-go/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: gateway-go
services:
gateway-go:
image: openiothub/gateway-go:v0.3.18
network_mode: bridge
network_mode: host
deploy:
resources:
reservations:
memory: "64M"
memory: "32M"
labels:
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gateway-go/icon.png
restart: unless-stopped
Expand Down Expand Up @@ -45,7 +45,7 @@ x-casaos:
zh_cn: |
云亿连内网穿透工具的内网网关,帮助用户随时随地访问本设备所在网络,支持http和ssh等众多协议,在有条件的情况下优先使用p2p直连网络,支持安卓、iOS、Windows、macOS、Linux客户端访问。

使用云亿连客户端扫描本应用提供的二维码添加本网关,在客户端上添加主机,然后添加端口。 这样你在外面就可以通过云亿连App访问你的 CasaOS/Zima 设备了。
使用云亿连客户端扫描本应用提供的二维码添加本网关,在客户端上添加主机,然后添加端口。 这样你在外面就可以通过云亿连App访问你的 CasaOS/Zima 设备了。使用文档:https://docs.iothub.cloud/typical/index.html#casaoszimaos
developer: iotserv
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gateway-go/icon.png
screenshot_link:
Expand Down
Loading