Update iperf3/docker-compose.yml
Add container name
This commit is contained in:
@@ -4,6 +4,7 @@ version: '3.9'
|
|||||||
services:
|
services:
|
||||||
iperf3:
|
iperf3:
|
||||||
image: slynet/iperf3
|
image: slynet/iperf3
|
||||||
|
container_name: iperf3
|
||||||
ports:
|
ports:
|
||||||
- '5201:5201/udp'
|
- '5201:5201/udp'
|
||||||
- '5201:5201/tcp'
|
- '5201:5201/tcp'
|
||||||
|
|||||||
Reference in New Issue
Block a user