feat: add compose-opts configuration option
- add new configuration option `compose-opts` to define additional parameters
- update `README.md` to include `compose-opts` in Configuration Options
🤖
This commit is contained in:
parent
72611fe619
commit
9c1fa801e0
3 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
loglevel: "INFO" # optional
|
||||
loglevdel: "INFO" # optional
|
||||
compose-opts: "--dry-run"
|
||||
stacks:
|
||||
- dir: /path/to/first-repo
|
||||
- dir: /path/to/second-repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue