mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-21 18:21:25 +02:00
docker install
This commit is contained in:
parent
7c7d65e212
commit
bb7f8e62b2
@ -6,7 +6,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data:/root
|
- ./data:/root
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- hbbr
|
- hbbr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -6,7 +6,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data:/root
|
- ./data:/root
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- hbbr
|
- hbbr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -143,7 +143,7 @@ const metadata = {
|
|||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
title: 'Step 1: Install Docker',
|
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',
|
icon: 'tabler:package',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -369,7 +369,7 @@ const metadata = {
|
|||||||
title: 'Install RustDesk Server Pro',
|
title: 'Install RustDesk Server Pro',
|
||||||
icon: 'tabler:number-1',
|
icon: 'tabler:number-1',
|
||||||
description:
|
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',
|
title: 'Explore plans and select a plan',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user