24 lines
600 B
YAML
24 lines
600 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
|
|
|
|
deploy:
|
|
labels:
|
|
- homepage.group=Tools
|
|
- homepage.name=iPerf3
|
|
#- homepage.icon=iPerf3.png
|
|
- homepage.href=https://iPerf3.home.ramberg.net/
|
|
#- homepage.description=FreshRSS
|
|
|