version: '3.9' services: iperf3: image: mlabbe/iperf3 ports: - '5201:5201/udp' - '5201:5201/tcp' restart: unless-stopped container_name: iperf3 deploy: placement: constraints: - node.labels.iperf3 == here