This commit is contained in:
parent
52b6ce8b82
commit
2c94d646c9
|
@ -9,6 +9,8 @@ def main(ctx):
|
|||
"home-deploy",
|
||||
stackRoot,
|
||||
stackName,
|
||||
[]
|
||||
[
|
||||
"docker service scale {name}_chat=1".format(name=stackName),
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue