mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
Add new content and update versions
This commit is contained in:
@@ -117,3 +117,5 @@ $ docker compose run web python app.py
|
||||
$ docker compose config
|
||||
$ docker compose down
|
||||
```
|
||||
|
||||
> 💡 `docker compose down` 默认会删除容器和网络,但 **保留数据卷**。如需同时删除数据卷,请使用 `docker compose down -v`。
|
||||
|
||||
Reference in New Issue
Block a user