mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
@@ -450,7 +450,7 @@ class DockerManager:
|
||||
if expose_list:
|
||||
exposed = []
|
||||
for port in expose_list:
|
||||
port = port.strip()
|
||||
port = str(port).strip()
|
||||
if port.endswith('/tcp') or port.endswith('/udp'):
|
||||
port_with_proto = tuple(port.split('/'))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user