Skip to content
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

服务端命令为啥不能用? #161

Open
lukemin opened this issue Feb 28, 2025 · 1 comment
Open

服务端命令为啥不能用? #161

lukemin opened this issue Feb 28, 2025 · 1 comment

Comments

@lukemin
Copy link

lukemin commented Feb 28, 2025

配置没有需要改,直接按照给介绍的配置文件执行的。
networks:
rustdesk-net:
external: false
services:
rustdesk:
ports:
- 21114:21114
- 21115:21115
- 21116:21116
- 21116:21116/udp
- 21117:21117
- 21118:21118
- 21119:21119
image: lejianwen/rustdesk-server-s6:latest
environment:
- RELAY=<relay_server[:port]>
- ENCRYPTED_ONLY=1
- MUST_LOGIN=N
- TZ=Asia/Shanghai
- RUSTDESK_API_RUSTDESK_ID_SERVER=<id_server[:21116]>
- RUSTDESK_API_RUSTDESK_RELAY_SERVER=<relay_server[:21117]>
- RUSTDESK_API_RUSTDESK_API_SERVER=http://<api_server[:21114]>
- RUSTDESK_API_KEY_FILE=/data/id_ed25519.pub
- RUSTDESK_API_JWT_KEY=xxxxxx # jwt key
volumes:
- /data/rustdesk/server:/data
- /data/rustdesk/api:/app/data #将数据库挂载
networks:
- rustdesk-net
restart: unless-stopped
为啥不能用啊?
此处功能为实验性质,请确保api和 hbbs/hbbr 处于同一回环地址下,更多说明请参考 WIKI
ID 状态:
不可用
RELAY 状态:
不可用

@lejianwen
Copy link
Owner

请问下什么环境?
是最新的镜像吗?只有ipv4?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants