0
0
1
| 1 | version: "3.6" |
| 2 | services: |
| 3 | iperf3: |
| 4 | command: |
| 5 | - "networkstatic/iperf3" |
| 6 | - "-s" |
| 7 | container_name: "iperf3" |
| 8 | entrypoint: |
| 9 | - "iperf3" |
| 10 | environment: |