mirror of https://github.com/docker/docs.git
Fix indentation (#3180)
This commit is contained in:
parent
9c648cf079
commit
1b7091501a
|
@ -253,12 +253,12 @@ services](/engine/swarm/how-swarm-mode-works/services/#replicated-and-global-ser
|
|||
in the [swarm](/engine/swarm/) topics.)
|
||||
|
||||
|
||||
version: '3'
|
||||
services:
|
||||
worker:
|
||||
image: dockersamples/examplevotingapp_worker
|
||||
deploy:
|
||||
mode: global
|
||||
version: '3'
|
||||
services:
|
||||
worker:
|
||||
image: dockersamples/examplevotingapp_worker
|
||||
deploy:
|
||||
mode: global
|
||||
|
||||
#### replicas
|
||||
|
||||
|
|
Loading…
Reference in New Issue