rustdesk / rustdesk/rustdesk-server
docker-compose for network:host
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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