From a01de17b365bc6343dbff4051490f0b3b974e463 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:32:39 +0800 Subject: [PATCH] minor changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f320e2..5c9b591 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ docker run -it \ ``` ### Docker Compose -The above docker command is written into a `docker-compose.yaml` file. +Write a `docker-compose.yaml` file with the following content: ```yaml services: @@ -222,7 +222,7 @@ services: command: apk add curl && curl ifconfig.icu && sleep 10 ``` -run compose file +Then run the compose file ```bash docker compose up -d tun2proxy