This commit is contained in:
colben 2025-05-20 20:06:00 +08:00
parent 251fbcd782
commit 8aba4fc3cb
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -8,6 +8,7 @@
- 创建目录
```
grep '\<source:' docker-compose.yml | cut -d: -f2 | xargs mkdir -p
chmod 0750 pgsql{1..2}/db
```
- 启动