move to project lifecycle structure
This commit is contained in:
12
podman/incubating/compose/iperf3-compose.yaml
Normal file
12
podman/incubating/compose/iperf3-compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
iperf3:
|
||||
container_name: iperf3
|
||||
image: docker.io/networkstatic/iperf3:latest
|
||||
ports:
|
||||
- "5202:5201/tcp"
|
||||
command: -s
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- podman1
|
||||
Reference in New Issue
Block a user