mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
yanger: Adapt to new stricter pattern for publish
This commit is contained in:
@@ -48,7 +48,7 @@ def network(ps, inspect):
|
||||
if port["host_ip"]:
|
||||
addr = f"{port['host_ip']}:"
|
||||
|
||||
pub = f"{addr}{port['host_port']}->{port['container_port']}/{port['protocol']}"
|
||||
pub = f"{addr}{port['host_port']}:{port['container_port']}/{port['protocol']}"
|
||||
net["publish"].append(pub)
|
||||
|
||||
return net
|
||||
|
||||
Reference in New Issue
Block a user