mirror of
https://github.com/Red5d/docker-autocompose
synced 2026-01-03 07:08:01 +00:00
@@ -87,7 +87,7 @@ def generate(args):
|
||||
else:
|
||||
values['expose'] = expose_value
|
||||
|
||||
except KeyError:
|
||||
except (KeyError, TypeError):
|
||||
# No ports exposed/bound. Continue without them.
|
||||
ports = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user