Add iperf3/docker-compose.yml

This commit is contained in:
2025-11-27 16:23:55 +00:00
parent 739e660f68
commit 761576e688

View File

@@ -0,0 +1,9 @@
version: '3.9'
services:
iperf3:
image: mlabbe/iperf3
ports:
- '5201:5201/udp'
- '5201:5201/tcp'
restart: unless-stopped
container_name: iperf3