mirror of
https://github.com/oiov/wr.do.git
synced 2026-05-06 21:50:22 +08:00
docs(dev): add docker image url
This commit is contained in:
@@ -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 中触发打包镜像。
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user