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',