This commit is contained in:
2025-12-08 05:42:52 +01:00
parent 80d8b7aa87
commit 5d483b0df5
32 changed files with 9837 additions and 579 deletions

View File

@@ -28,6 +28,17 @@ services:
networks:
- benchtools
iperf3:
image: networkstatic/iperf3
container_name: linux_benchtools_iperf3
command: ["-s"]
ports:
- "5201:5201/tcp"
- "5201:5201/udp"
restart: unless-stopped
networks:
- benchtools
networks:
benchtools:
driver: bridge