mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-11-07 08:54:20 +01:00
docker install
This commit is contained in:
parent
7c7d65e212
commit
bb7f8e62b2
@ -6,7 +6,6 @@ services:
|
||||
volumes:
|
||||
- ./data:/root
|
||||
network_mode: "host"
|
||||
|
||||
depends_on:
|
||||
- hbbr
|
||||
restart: unless-stopped
|
||||
|
@ -6,7 +6,6 @@ services:
|
||||
volumes:
|
||||
- ./data:/root
|
||||
network_mode: "host"
|
||||
|
||||
depends_on:
|
||||
- hbbr
|
||||
restart: unless-stopped
|
||||
|
@ -143,7 +143,7 @@ const metadata = {
|
||||
items={[
|
||||
{
|
||||
title: 'Step 1: Install Docker',
|
||||
description: '<pre class="text-gray-600 dark:text-gray-500">sudo apt install -y docker.io</pre>',
|
||||
description: '<pre class="text-gray-600 dark:text-gray-500">bash <(wget -qO- https://get.docker.com)</pre>',
|
||||
icon: 'tabler:package',
|
||||
},
|
||||
{
|
||||
|
@ -369,7 +369,7 @@ const metadata = {
|
||||
title: 'Install RustDesk Server Pro',
|
||||
icon: 'tabler:number-1',
|
||||
description:
|
||||
'<code>sudo apt install -y docker.io<br>wget rustdesk.com/pro.yml -O compose.yml<br>docker compose up -d</code>',
|
||||
'<code>bash <(wget -qO- https://get.docker.com)<br>wget rustdesk.com/pro.yml -O compose.yml<br>docker compose up -d</code>',
|
||||
},
|
||||
{
|
||||
title: 'Explore plans and select a plan',
|
||||
|
Loading…
Reference in New Issue
Block a user