docs(dev): add docker image url

This commit is contained in:
oiov
2025-05-31 15:50:41 +08:00
parent 2a9a242f50
commit f2de129ba8
2 changed files with 25 additions and 1 deletions

View File

@@ -54,4 +54,16 @@ docker compose up -d
```bash
docker compose up -d
```
```
## 官方镜像
```bash
docker pull ghcr.io/oiov/wr.do/wrdo:main
```
在 [container/wr.do](https://github.com/oiov/wr.do/pkgs/container/wr.do%2Fwrdo) 可以找到官方镜像。
## 打包镜像
Fork 此仓库后,在 Actions 中触发打包镜像。

View File

@@ -50,3 +50,15 @@ Fill in the environment variables in the `.env` file, then:
```bash
docker compose up -d
```
## Official Image
```bash
docker pull ghcr.io/oiov/wr.do/wrdo:main
```
Find the official image here: [container/wr.do](https://github.com/oiov/wr.do/pkgs/container/wr.do%2Fwrdo)
## Build Image
Fork this repository and trigger the build image action in Actions.