File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 301
301
{% endif %}
302
302
< div id ="side-toc "> < div id ="side-toc-title "> On this page:</ div > < div id ="side-toc-contents "> {% include toc_pure_liquid.html html=my_content sanitize=true class="inline_toc" id="my_toc" toc_min=my_min toc_max=my_max page_name=my_name %}</ div > </ div >
303
303
{% endunless %}
304
- < div > {{content}}</ div >
305
304
</ section >
306
305
</ div >
307
306
</ div >
Original file line number Diff line number Diff line change @@ -13,3 +13,9 @@ Sets the number of containers to run for a service.
13
13
Numbers are specified as arguments in the form ` service=num ` . For example:
14
14
15
15
docker-compose scale web=2 worker=3
16
+
17
+ > ** Tip:** Alternatively, in
18
+ [ Compose file version 3.x] ( /compose/compose-file/index.md ) , you can specify
19
+ [ ` replicas ` ] ( /compose/compose-file/index.md#replicas )
20
+ under [ ` deploy ` ] ( /compose/compose-file/index.md#deploy ) as part of the
21
+ service configuration for [ Swarm mode] ( /engine/swarm/ ) .
You can’t perform that action at this time.
0 commit comments