From b7f061618a71b3112fb07214a70321d7be8bac56 Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Thu, 31 Jul 2025 18:52:44 +0800 Subject: [PATCH] Update Docker Compose example with placeholder values for network name and secret --- en/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/guide/installation.md b/en/guide/installation.md index 819760c..f0b3e25 100644 --- a/en/guide/installation.md +++ b/en/guide/installation.md @@ -74,7 +74,7 @@ This section only introduces installation methods. Please read the [Quick Networ volumes: - /etc/easytier:/root - /etc/machine-id:/etc/machine-id:ro # Map host machine code - command: -d --network-name --network-secret -p tcp://public.easytier.cn:11010 + command: -d --network-name abc --network-secret abc -p tcp://public.easytier.cn:11010 ``` :::