Skip to content

Commit

Permalink
wip: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Apr 22, 2023
1 parent 87d4e1a commit 50d3709
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion docs/pages/deployment/docker-k8s.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Reference: [How do you increase maximum pods per node in K3S?](https://stackover

- `sudo nano /etc/rancher/k3s/registries.yaml`

- 编辑如下设置中的 `mirrors`,指定 `container.ctf.example.com` 的镜像仓库地址
- 编辑如下设置中的 `mirrors`,指定你所需要的镜像仓库地址

```yaml
mirrors:
Expand Down
4 changes: 0 additions & 4 deletions docs/pages/quick-start.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ GZCTF 的安全性和前端功能依赖于 HTTPS,此部分所描述的部署
- "GZCTF_ADMIN_PASSWORD=<Your GZCTF_ADMIN_PASSWORD>"
ports:
- "80:80"
networks:
default:
volumes:
- "./data/files:/app/uploads"
- "./appsettings.json:/app/appsettings.json:ro"
Expand All @@ -98,8 +96,6 @@ GZCTF 的安全性和前端功能依赖于 HTTPS,此部分所描述的部署
restart: always
environment:
- "POSTGRES_PASSWORD=<Your POSTGRES_PASSWORD>"
networks:
default:
volumes:
- "./data/db:/var/lib/postgresql/data"
```
Expand Down

0 comments on commit 50d3709

Please sign in to comment.