Add iperf3/docker-compose.yml

This commit is contained in:
2026-02-13 17:37:36 +00:00
parent a770f444fd
commit de07a26e24

14
iperf3/docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
# 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