From 40f53884e1695dcdc88015d307c7fddab44f0561 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Mon, 28 Aug 2023 20:50:59 +0100 Subject: [PATCH] Update _index.en.md --- content/self-host/rustdesk-server-pro/Docker/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/self-host/rustdesk-server-pro/Docker/_index.en.md b/content/self-host/rustdesk-server-pro/Docker/_index.en.md index a2926b5..7cf438b 100644 --- a/content/self-host/rustdesk-server-pro/Docker/_index.en.md +++ b/content/self-host/rustdesk-server-pro/Docker/_index.en.md @@ -26,7 +26,7 @@ sudo docker run --name hbbr -p 21117:21117 -p 21119:21119 -v `pwd`:/root -td --r ### Docker Compose -With Docker Compose you HAVE to use `network_mode: "host"`. Install Docker using this [guide](https://docs.docker.com/engine/install) to ensure its the most up to date! +With Docker Compose you HAVE to use `network_mode: "host"` to ensure licensing works. Install Docker using this [guide](https://docs.docker.com/engine/install) to ensure its the most up to date! Copy the below into `docker-compose.yml`.