This commit is contained in:
2026-01-19 18:06:24 +01:00
parent 31d926de34
commit e445cdbfff
40 changed files with 886 additions and 58 deletions

14
iperf3/compose.yml Normal file
View File

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