Skip to content

Commit 857cfa4

Browse files
committed
v5.0.4
Signed-off-by: TIANHE <TIANHE@GMAIL.COM>
1 parent 1656fd6 commit 857cfa4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When opening from a phone on the same LAN, use the host machine's LAN IP, for ex
4545
The mobile image is published as:
4646

4747
```text
48-
ghcr.io/brokermr810/quantdinger-mobile
48+
ghcr.io/openbyteinc/quantdinger-mobile
4949
```
5050

5151
Common tags are `latest`, semantic versions, and major/minor tags. In the main repo `.env`, use `IMAGE_TAG` to pin the whole stack or `MOBILE_TAG` to pin only the mobile service.
@@ -56,7 +56,7 @@ Run the image by itself when the backend already exists:
5656
docker run -d --name quantdinger-mobile \
5757
-p 8889:80 \
5858
-e BACKEND_URL=http://host.docker.internal:5000 \
59-
ghcr.io/brokermr810/quantdinger-mobile:latest
59+
ghcr.io/openbyteinc/quantdinger-mobile:latest
6060
```
6161

6262
`BACKEND_URL` controls the container's Nginx `/api/` proxy. In the main Compose stack it normally stays as `http://backend:5000`.

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ http://192.168.1.10:8889
5151
手机端镜像地址:
5252

5353
```text
54-
ghcr.io/brokermr810/quantdinger-mobile
54+
ghcr.io/openbyteinc/quantdinger-mobile
5555
```
5656

5757
常用标签包括 `latest`、具体语义化版本,以及 `4.0` 这样的主次版本标签。在主仓库 `.env` 中可以用 `IMAGE_TAG` 固定整套系统版本,也可以用 `MOBILE_TAG` 单独固定手机端版本。
@@ -62,7 +62,7 @@ ghcr.io/brokermr810/quantdinger-mobile
6262
docker run -d --name quantdinger-mobile \
6363
-p 8889:80 \
6464
-e BACKEND_URL=http://host.docker.internal:5000 \
65-
ghcr.io/brokermr810/quantdinger-mobile:latest
65+
ghcr.io/openbyteinc/quantdinger-mobile:latest
6666
```
6767

6868
`BACKEND_URL` 控制容器内 Nginx 的 `/api/` 反向代理目标。主仓库 Compose 里通常保持为 `http://backend:5000`

0 commit comments

Comments
 (0)