13 lines
219 B
YAML
13 lines
219 B
YAML
version: "3"
|
|
|
|
services:
|
|
iperf3:
|
|
container_name: iperf3
|
|
image: docker.io/networkstatic/iperf3:latest
|
|
ports:
|
|
- "5202:5201/tcp"
|
|
command: -s
|
|
restart: unless-stopped
|
|
networks:
|
|
- podman1
|