Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fscarmen2 committed Mar 24, 2024
1 parent 97a42d5 commit 3d4446d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ version: '3.8'
services:
argo-nezha:
image: fscarmen/argo-nezha
pull: always
pull_policy: always
container_name: nezha_dashboard
restart: always
environment:
Expand All @@ -157,7 +157,7 @@ services:
- GH_REPO=<填自定义的>
- GH_CLIENTID=<填获取的>
- GH_CLIENTSECRET=<填获取的>
- ARGO_AUTH='<填获取的 Argo json 或者 token>'
- ARGO_AUTH=<填获取的 Argo json 或者 token>
- ARGO_DOMAIN=<填自定义的>
- GH_BACKUP_USER=<选填,选填,选填! 如与 GH_USER 一致,可以不要该环境变量>
- REVERSE_PROXY_MODE=<选填,选填,选填! 如想用 Nginx 或 gRPCwebProxy 替代 Caddy 反代的话,请设置该变量并赋值为 `nginx` 或 `grpcwebproxy`>
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ version: '3.8'
services.
argo-nezha.
image: fscarmen/argo-nezha
--pull always
pull_policy: always
container_name: nezha_dashboard
restart: always
environment:
Expand All @@ -157,7 +157,7 @@ services.
- GH_REPO=<fill in customized>
- GH_CLIENTID=<fill in obtained>
- GH_CLIENTSECRET=<fill in fetched>
- ARGO_AUTH='<Fill in the fetched Argo json or token>'
- ARGO_AUTH=<Fill in the fetched Argo json or token>
- ARGO_DOMAIN=<fill in customized>
- GH_BACKUP_USER=<Optional, Optional, Optional! If it is consistent with GH_USER, you can leave it blank>
- REVERSE_PROXY_MODE=<Optional, Optional, Optional! If you want to use Nginx or gRPCwebProxy instead of Caddy for reverse proxying, set this value to `nginx` or `grpcwebproxy>
Expand Down

0 comments on commit 3d4446d

Please sign in to comment.