Files
docker/iperf3/compose.yml
2026-01-19 18:06:24 +01:00

15 lines
325 B
YAML

# Service Name: iperf3
# Description : Use to test network bandwidth between two hosts
# Homepage : https://iperf.fr/
services:
iperf3:
command: '-s'
image: networkstatic/iperf3
ports:
- '5201:5201'
container_name: iperf3-server
tty: true
stdin_open: true