diff options
author | Rob Daugherty <rd472p@att.com> | 2018-08-03 10:38:39 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-08-03 10:39:10 -0400 |
commit | a20ba0d5ba8b8c9d573009a702f6a00bc1dee417 (patch) | |
tree | 9ace0e3a5c57e364e37a64b1bffb03ecb1919658 | |
parent | 156facd9f7b02ee695135a87e156f2ab80caa2e5 (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-- | .env | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +# Default values used by docker-compose if not defined as environment variables. +MTU=1500 |