Files
homelab/compose/iperf3-compose.yaml
2024-01-31 12:40:28 -05:00

11 lines
199 B
YAML

version: "3"
services:
iperf3:
container_name: iperf3
image: docker.io/networkstatic/iperf3:latest
ports:
- "127.0.0.1:5201:5201/tcp"
command: -s
restart: unless-stopped