mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-15 20:51:27 +00:00
fix missing docs
This commit is contained in:
parent
24583287bd
commit
c53c0884f9
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docker-compose",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ npm install --save-dev docker-compose
|
|||
* `buildAll(options)` - Build or rebuild services
|
||||
* `buildMany(services, options)` - Build or rebuild services
|
||||
* `buildOne(service, options)` - Build or rebuild service
|
||||
* `restartAll(options)` - Restart all services
|
||||
* `restartMany(services, options)` - Restart services
|
||||
* `restartOne(service, options)` - Restart service
|
||||
* `ps(options)` - Lists containers information
|
||||
|
||||
All commands return a `Promise({object})` with an stdout and stderr strings
|
||||
|
|
|
|||
Loading…
Reference in a new issue