Skip to content

Commit 995f108

Browse files
committed
add posts self-host-lobe-chat
1 parent ed81ac7 commit 995f108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/self-host-lobe-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ minio 服务是基于 `minio/minio:latest` 镜像,通过 docker hub 可以查
266266

267267
可是看到该镜像层中明明有 `COPY /go/bin/curl* /usr/bin` 的操作,却在镜像中无法找到该命令,这不应该呀,仔细排查一通才发现,我本地的镜像根本没更新到,原因是官方的脚本在最后部署的时候只说了运行 `docker compose up -d` 而没有更新进行,恰好我的原来已然下载了 minio 的 `latest` 标签镜像,这才在 `docker compose up` 的时候没有去更新该镜像,再来看下本地镜像的镜像层信息,运行 `docker history minio/minio:latest` 如下:
268268

269-
```text
269+
```bash
270270
root@Docker ~/apps/lobe-chat$ docker history minio/minio:latest --no-trunc
271271
IMAGE CREATED CREATED BY SIZE COMMENT
272272
sha256:57f1cc3888f19d7d4480f3a6539d20992e18c5aeeaebced1518bd07c84379e11 12 months ago CMD ["minio"] 0B buildkit.dockerfile.v0

0 commit comments

Comments
 (0)