mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-23 23:28:54 +01:00
start version 1.0.7 and default with pod enabled by default
This commit is contained in:
parent
f6dbce3618
commit
7f5ce26b1b
@ -38,7 +38,7 @@ except ImportError:
|
||||
import yaml
|
||||
from dotenv import dotenv_values
|
||||
|
||||
__version__ = "1.0.6"
|
||||
__version__ = "1.0.7"
|
||||
|
||||
script = os.path.realpath(sys.argv[0])
|
||||
|
||||
@ -1667,7 +1667,7 @@ class PodmanCompose:
|
||||
help="pod creation",
|
||||
metavar="in_pod",
|
||||
type=bool,
|
||||
default=False,
|
||||
default=True,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--pod-args",
|
||||
|
Loading…
Reference in New Issue
Block a user