增加rustdesk

This commit is contained in:
2026-04-24 11:13:49 +08:00
parent 18949f31ba
commit 3c5246afb5
17 changed files with 1780 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ services:
ports:
- "127.0.0.1:6806:6806"
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:6806"]
test: ["CMD", "wget", "-qO", "/dev/null", "http://127.0.0.1:6806"]
interval: 30s
timeout: 5s
retries: 3