Add iperf3/docker-compose.yml

This commit is contained in:
2026-01-26 16:52:30 +00:00
parent 327ec61da4
commit 00c8959e20

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

@@ -0,0 +1,12 @@
# for raspberry pi only
#
version: '3.9'
services:
iperf3:
image: slynet/iperf3
container_name: iperf3
ports:
- '5201:5201/udp'
- '5201:5201/tcp'
restart: unless-stopped