We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdea977 + baed4b0 commit aa95657Copy full SHA for aa95657
README.md
@@ -76,6 +76,8 @@ GITLAB_ACCESS_TOKEN={YOUR_GITLAB_ACCESS_TOKEN}
76
**2. 启动服务**
77
78
```bash
79
+git clone https://github.com/sunmh207/ai-codereview-gitlab.git
80
+cd ai-codereview-gitlab
81
docker-compose up -d
82
```
83
docker-compose.rq.yml
@@ -42,7 +42,7 @@ services:
42
# context: .
43
# dockerfile: Dockerfile
44
# target: worker
45
-# image: ghcr.io/mashb1t/ai-codereview-gitlab:1-worker
+# image: ghcr.io/sunmh207/ai-codereview-gitlab:1-worker
46
# volumes_from:
47
# - app
48
# env_file:
0 commit comments