File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ docker-compose:
195
195
policy: missing
196
196
` ` `
197
197
198
- This is equivilent to : ` docker-compose --file compose.yml pull --ignore-pull-failures --policy missing serviceA serviceB`
198
+ This is equivalent to : ` docker-compose --file compose.yml pull --ignore-pull-failures --policy missing serviceA serviceB`
199
199
200
200
# ## Docker Compose Up
201
201
@@ -211,7 +211,7 @@ docker-compose:
211
211
timeout: 30
212
212
` ` `
213
213
214
- This is equivilent to : ` docker-compose up --detach --timeout 30 serviceA serviceB`
214
+ This is equivalent to : ` docker-compose up --detach --timeout 30 serviceA serviceB`
215
215
216
216
# ## Docker Compose Down
217
217
@@ -224,7 +224,7 @@ docker-compose:
224
224
timeout: 30
225
225
` ` `
226
226
227
- This is equivilent to : ` docker-compose down --remove-orphans --timeout 30`
227
+ This is equivalent to : ` docker-compose down --remove-orphans --timeout 30`
228
228
229
229
See full bundle examples in the `examples` directory.
230
230
You can’t perform that action at this time.
0 commit comments