Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
doc: 修改镜像为docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed May 29, 2024
1 parent 0255d2a commit 14eebeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/deploy/campux.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
```yaml
services:
campux-backend:
image: ghcr.io/idoknow/campux:main
image: rockchin/campux:latest
container_name: campux
ports:
- 8080:8080
Expand Down Expand Up @@ -94,7 +94,7 @@ docker compose up -d
```yaml
services:
campux-backend:
image: ghcr.io/idoknow/campuxutility:main
image: rockchin/campuxbot:latest
container_name: campux-utility
restart: always
volumes:
Expand Down Expand Up @@ -137,7 +137,7 @@ CampuxBot 负责墙号的QQ消息处理和QQ空间操作。支持一系统多墙
```yaml
services:
campux-bot:
image: ghcr.io/idoknow/campuxbot:main
image: rockchin/campuxbot:latest
container_name: campux-bot-<你的墙号QQ>
restart: always
volumes:
Expand Down
4 changes: 2 additions & 2 deletions docs/deploy/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

- 已安装 Docker 和 Docker Compose
- 仅支持 x86_64 架构 Linux
- 主机必须能无障碍高速访问 ghcr.io(推荐香港、台湾、日本等地区的服务器)
- 测试方法:`docker pull ghcr.io/idoknow/campux:main`
- 主机必须能正常拉取 docker hub 的镜像
- 测试方法:`docker pull rockchin/campux:latest`

推荐在同一台宿主机上运行所有容器,若要如此做,请先创建一个专用网络:

Expand Down

0 comments on commit 14eebeb

Please sign in to comment.