summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-08-03 10:38:39 -0400
committerRob Daugherty <rd472p@att.com>2018-08-03 10:39:10 -0400
commita20ba0d5ba8b8c9d573009a702f6a00bc1dee417 (patch)
tree9ace0e3a5c57e364e37a64b1bffb03ecb1919658
parent156facd9f7b02ee695135a87e156f2ab80caa2e5 (diff)
Default MTU value for docker-compose
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>
-rw-r--r--.env2
1 files changed, 2 insertions, 0 deletions
diff --git a/.env b/.env
new file mode 100644
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