Added .env files to stacks
This commit is contained in:
3
iperf3/.env
Normal file
3
iperf3/.env
Normal file
@@ -0,0 +1,3 @@
|
||||
# iperf3 .env file
|
||||
|
||||
PORT=5201
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
command: '-s'
|
||||
image: networkstatic/iperf3
|
||||
ports:
|
||||
- '5201:5201'
|
||||
- '${PORT}:5201'
|
||||
#container_name: iperf3-server
|
||||
tty: true
|
||||
stdin_open: true
|
||||
|
||||
Reference in New Issue
Block a user