Default MTU value for docker-compose 55/58955/1
authorRob Daugherty <rd472p@att.com>
Fri, 3 Aug 2018 14:38:39 +0000 (10:38 -0400)
committerRob Daugherty <rd472p@att.com>
Fri, 3 Aug 2018 14:39:10 +0000 (10:39 -0400)
The value in the .env file will be used if the MTU value isn't specified
as an environment variable.

Change-Id: Iffbf09d26ca85d04d714792ec7ac758253f0d440
Issue-ID: SO-710
Signed-off-by: Rob Daugherty <rd472p@att.com>
.env [new file with mode: 0644]

diff --git a/.env b/.env
new file mode 100644 (file)
index 0000000..1c22d2b
--- /dev/null
+++ b/.env
@@ -0,0 +1,2 @@
+# Default values used by docker-compose if not defined as environment variables.
+MTU=1500