Add new content and update versions

This commit is contained in:
yeasy
2026-04-19 22:35:33 -07:00
parent 1d780f70c5
commit b3d1508310
18 changed files with 122 additions and 31 deletions
+2
View File
@@ -117,3 +117,5 @@ $ docker compose run web python app.py
$ docker compose config
$ docker compose down
```
> 💡 `docker compose down` 默认会删除容器和网络 **保留数据卷**如需同时删除数据卷请使用 `docker compose down -v`