Use host-managed reverse tunnel key

This commit is contained in:
benya
2026-06-04 15:31:36 +03:00
parent 3cc9385f14
commit 89a82f64ce
5 changed files with 28 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ services:
- "${RMM_TUNNEL_BIND_IP:-0.0.0.0}:22000-22099:22000-22099"
volumes:
- tunnel-data:/data
- ./secrets/router_tunnel_key.pub:/bootstrap/router_tunnel_key.pub:ro
restart: unless-stopped
volumes: