Update iperf3/docker-compose.yml
Ensure that iperf3 runs on a specific node across a cluster
This commit is contained in:
@@ -10,5 +10,7 @@ services:
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
placement:
|
||||
node-hostname == NODE-19
|
||||
constraints:
|
||||
- node.labels.iperf3 == here
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user