Add docs for deploy in Ubuntu with docker

This commit is contained in:
XLion
2024-05-10 23:42:24 +08:00
parent 5aea26b756
commit 857b59e7e1
19 changed files with 301 additions and 0 deletions
@@ -0,0 +1,6 @@
---
title: Ubuntu Server
weight: 30
---
In Ubuntu Server, you have two method to deplay RustDesk Server, Docker or nornal `.deb` installation, Docker is more recommend for unexperienced users, because you could just copy the `docker-compose.yml`, and do some modify and you good to go!
{{% children depth="3" showhidden="true" %}}