script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user