mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-24 12:35:32 +00:00
Fix a copy-paste typo for pull commands
This commit is contained in:
parent
662707e9f5
commit
fbc6147c74
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ npm install --save-dev docker-compose
|
||||||
* `buildOne(service, options)` - Build or rebuild service
|
* `buildOne(service, options)` - Build or rebuild service
|
||||||
* `pullMany(services, options)` - Pull service images specified
|
* `pullMany(services, options)` - Pull service images specified
|
||||||
* `pullOne(service, options)` - Pull a service image
|
* `pullOne(service, options)` - Pull a service image
|
||||||
* `buildOne(service, options)` - Build or rebuild service
|
* `pullAll(options)` - Pull all service images
|
||||||
* `restartAll(options)` - Restart all services
|
* `restartAll(options)` - Restart all services
|
||||||
* `restartMany(services, options)` - Restart services
|
* `restartMany(services, options)` - Restart services
|
||||||
* `restartOne(service, options)` - Restart service
|
* `restartOne(service, options)` - Restart service
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue