From bb7f8e62b2ca8df32d1b609cc190a6638b7314cf Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 15 Oct 2024 10:00:33 +0800 Subject: [PATCH] docker install --- v3/public/oss.yml | 1 - v3/public/pro.yml | 1 - v3/src/pages/index.astro | 2 +- v3/src/pages/pricing.astro | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/v3/public/oss.yml b/v3/public/oss.yml index 912a9d9..ea84417 100644 --- a/v3/public/oss.yml +++ b/v3/public/oss.yml @@ -6,7 +6,6 @@ services: volumes: - ./data:/root network_mode: "host" - depends_on: - hbbr restart: unless-stopped diff --git a/v3/public/pro.yml b/v3/public/pro.yml index ee428a5..eb4e3c7 100644 --- a/v3/public/pro.yml +++ b/v3/public/pro.yml @@ -6,7 +6,6 @@ services: volumes: - ./data:/root network_mode: "host" - depends_on: - hbbr restart: unless-stopped diff --git a/v3/src/pages/index.astro b/v3/src/pages/index.astro index ec97cfe..e0af21c 100644 --- a/v3/src/pages/index.astro +++ b/v3/src/pages/index.astro @@ -143,7 +143,7 @@ const metadata = { items={[ { title: 'Step 1: Install Docker', - description: '
sudo apt install -y docker.io
', + description: '
bash <(wget -qO- https://get.docker.com)
', icon: 'tabler:package', }, { diff --git a/v3/src/pages/pricing.astro b/v3/src/pages/pricing.astro index 9623ace..7d57db1 100644 --- a/v3/src/pages/pricing.astro +++ b/v3/src/pages/pricing.astro @@ -369,7 +369,7 @@ const metadata = { title: 'Install RustDesk Server Pro', icon: 'tabler:number-1', description: - 'sudo apt install -y docker.io
wget rustdesk.com/pro.yml -O compose.yml
docker compose up -d
', + 'bash <(wget -qO- https://get.docker.com)
wget rustdesk.com/pro.yml -O compose.yml
docker compose up -d
', }, { title: 'Explore plans and select a plan',