From f2e1bdd1a8b1d03fc99b37d29f3aa50c2e9947a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=9C=E4=B8=B6=E9=B8=9F?= <41588188+sjkhsl@users.noreply.github.com> Date: Thu, 15 Dec 2022 16:29:51 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a40e843..22747f5 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ docker run --name study_xxqg -d -p 8080:8080 -v /etc/study_xxqg/:/opt/config/ s ## docker-compose运行 ``` -wget https://raw.githubusercontent.com/johlanse/study_xxqg/main/docker-compose.yml +wget https://raw.githubusercontent.com/sjkhsl/study_xxqg/main/docker-compose.yml docker-compose up -d ```