mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 04:18:32 +00:00
parent
6651885df5
commit
0a7368edf7
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,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
|
||||
* `pullMany(services, options)` - Pull service images specified
|
||||
* `pullOne(service, options)` - Pull a service image
|
||||
* `buildOne(service, options)` - Build or rebuild service
|
||||
* `restartAll(options)` - Restart all services
|
||||
* `restartMany(services, options)` - Restart services
|
||||
* `restartOne(service, options)` - Restart service
|
||||
|
|
|
|||
Loading…
Reference in a new issue