Upload files to "iperf3"

This commit is contained in:
2025-11-27 21:28:03 +00:00
parent dd5051b89c
commit e43c34c7d7

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

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