From e1509ad396b426a50a5e0b9450d5a97c8b9c1c1e Mon Sep 17 00:00:00 2001 From: Systina12 <79199102+Systina12@users.noreply.github.com> Date: Mon, 12 May 2025 12:11:08 +0800 Subject: [PATCH] Update installation.md (#129) --- 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 168200e..e1eddf3 100644 --- a/en/guide/installation.md +++ b/en/guide/installation.md @@ -50,9 +50,9 @@ environment: - TZ=Asia/Shanghai devices: - - /etc/machine-id:/etc/machine-id:ro # Pass the host's machine id into container - /dev/net/tun:/dev/net/tun volumes: + - /etc/machine-id:/etc/machine-id:ro # Pass the host's machine id into container - /etc/easytier:/root command: -i --network-name --network-secret -p tcp://:11010 ```