Skip to content

Commit

Permalink
Fix 1 manager 1 worker template
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Jan 4, 2021
1 parent 7d6e847 commit 8c06d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/assets/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
setup: {
instances: [
{hostname: 'manager1', is_swarm_manager: true},
{hostname: 'worker1', is_swarm_manager: false}
{hostname: 'worker1', is_swarm_worker: true}
]
}
}
Expand Down

0 comments on commit 8c06d6b

Please sign in to comment.