Fix 1 manager 1 worker template

Fixes #450
This commit is contained in:
Marcos Lilljedahl
2021-01-04 11:14:39 -03:00
parent 7d6e8478eb
commit 8c06d6b7c1

View File

@@ -681,7 +681,7 @@
setup: { setup: {
instances: [ instances: [
{hostname: 'manager1', is_swarm_manager: true}, {hostname: 'manager1', is_swarm_manager: true},
{hostname: 'worker1', is_swarm_manager: false} {hostname: 'worker1', is_swarm_worker: true}
] ]
} }
} }