rustdesk / rustdesk/rustdesk-server

docker-compose for network:host

Open
#142 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Rust
Stars
10.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

version: '3'

services:
hbbs:
container_name: hbbs
network_mode: host
image: rustdesk/rustdesk-server-s6:1.1.6-1-amd64
command: hbbs -r rustdesk.example.com:21117
volumes:
- ./data:/root
depends_on:
- hbbr
restart: unless-stopped

hbbr:
container_name: hbbr
network_mode: host
image: rustdesk/rustdesk-server-s6:1.1.6-1-amd64
command: hbbr
volumes:
- ./data:/root
restart: unless-stopped

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue contains only a Docker Compose configuration and names no repository file, test, or explicit acceptance criteria. First clarify whether this should be added or documented, then identify the relevant Compose entry point; done is the agreed network:host configuration being available and verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose
Domain
devops
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.