Tweak README
This commit is contained in:
parent
218e962cfe
commit
53101862f2
@ -169,9 +169,9 @@ def init(ctx, output):
|
||||
if verbose:
|
||||
print(f"Creating spec file for stack: {stack}")
|
||||
|
||||
ports = _get_named_volumes(stack)
|
||||
ports = _get_ports(stack)
|
||||
if ports:
|
||||
spec_file_content["ports"] = _get_ports(stack)
|
||||
spec_file_content["ports"] = ports
|
||||
|
||||
named_volumes = _get_named_volumes(stack)
|
||||
if named_volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user