update
This commit is contained in:
parent
251fbcd782
commit
8aba4fc3cb
@ -7,6 +7,7 @@
|
||||
- 创建目录
|
||||
```
|
||||
grep '\<source:' docker-compose.yml | cut -d: -f2 | xargs mkdir -p
|
||||
chmod 0750 pgsql/db
|
||||
```
|
||||
|
||||
- 启动
|
||||
|
@ -8,6 +8,7 @@
|
||||
- 创建目录
|
||||
```
|
||||
grep '\<source:' docker-compose.yml | cut -d: -f2 | xargs mkdir -p
|
||||
chmod 0750 pgsql{1..2}/db
|
||||
```
|
||||
|
||||
- 启动
|
||||
|
Loading…
x
Reference in New Issue
Block a user