Skip to content

Commit

Permalink
发布博客,时间:2024/11/05 18:47:52
Browse files Browse the repository at this point in the history
  • Loading branch information
whp98 committed Nov 5, 2024
1 parent e651e6a commit 2df74fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 目录
- [容器技术](./容器技术/)
- [Linux系统](./Linux系统/)
- [开发工具技巧](./开发工具技巧/)
- [SVN版本管理](./SVN版本管理/)
Expand All @@ -10,7 +11,6 @@
- [后端开发](./后端开发/)
- [生活记录](./生活记录/)
- [嵌入式相关](./嵌入式相关/)
- [容器技术](./容器技术/)
- [赞助和推广](./赞助和推广/)
- [前端开发](./前端开发/)
- [Git版本管理](./Git版本管理/)
Expand Down
9 changes: 9 additions & 0 deletions docs/容器技术/docker-compose设置拉取策略.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# docker-compose设置拉取策略

```yaml
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
pull_policy: always # always
```
1 change: 1 addition & 0 deletions docs/容器技术/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 容器技术
- [docker-compose设置拉取策略](./docker-compose设置拉取策略.md)
- [我的世界开服](./我的世界开服/)
- [docker-compose中如何访问宿主机的网络](./docker-compose中如何访问宿主机的网络.md)
- [管理docker网络地址范围](./管理docker网络.md)
Expand Down

0 comments on commit 2df74fc

Please sign in to comment.