Tweak README

This commit is contained in:
Thomas E Lackey 2023-08-11 15:15:47 -05:00
parent 218e962cfe
commit 53101862f2

View File

@ -169,9 +169,9 @@ def init(ctx, output):
if verbose: if verbose:
print(f"Creating spec file for stack: {stack}") print(f"Creating spec file for stack: {stack}")
ports = _get_named_volumes(stack) ports = _get_ports(stack)
if ports: if ports:
spec_file_content["ports"] = _get_ports(stack) spec_file_content["ports"] = ports
named_volumes = _get_named_volumes(stack) named_volumes = _get_named_volumes(stack)
if named_volumes: if named_volumes: