Created
September 11, 2025 08:20
-
-
Save supersonictw/d38af02ab32413c9a2ca4991679fa978 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mtu": 1450, | |
"log-driver": "json-file", | |
"log-opts": { | |
"max-size": "10m", | |
"max-file": "3" | |
}, | |
"default-network-opts": { | |
"bridge": { | |
"com.docker.network.driver.mtu": "1450" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment