This commit is contained in:
Cat Tom
2024-07-25 22:40:30 +08:00
parent bced53410d
commit f1600e09e9
3 changed files with 220 additions and 1 deletions

View File

@@ -35,4 +35,8 @@ services:
```bash
docker compose --compatibility up -d
```
```
## 参考
[如何在Docker Compose中限制容器的CPU和内存使用](https://blog.xiaoz.org/archives/18729)