This commit is contained in:
2024-01-31 18:06:16 +08:00
parent d54a0b84bb
commit fc79d5d350
9 changed files with 102 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
- 创建目录
```
grep '\<source:' docker-compose.yml cut -d: -f2 | xargs mkdir -p
grep '\<source:' docker-compose.yml | cut -d: -f2 | xargs mkdir -p
```
- 启动