Update iperf3/docker-compose.yml

This commit is contained in:
2025-12-08 13:07:17 +00:00
parent 9e5d5a328e
commit f6df7ec2b5

View File

@@ -1,4 +1,14 @@
deploy:
# for raspberry pi only
#
version: '3.9'
services:
iperf3:
image: slynet/iperf3
ports:
- '5201:5201/udp'
- '5201:5201/tcp'
restart: unless-stopped
deploy:
placement:
constraints:
- node.labels.iperf3 == here
- node.labels.iperf3 == here