docker-autocompose
docker-autocompose copied to clipboard
Fixed crash when network config is None
Found the problem shown in issue #80
<dict>.get() returns the default only when the key does not exist, but when it exists with None value, that value is returned.