mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-18 22:49:06 +02: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
|
import yaml
|
||||||
from dotenv import dotenv_values
|
from dotenv import dotenv_values
|
||||||
|
|
||||||
__version__ = "1.0.6"
|
__version__ = "1.0.7"
|
||||||
|
|
||||||
script = os.path.realpath(sys.argv[0])
|
script = os.path.realpath(sys.argv[0])
|
||||||
|
|
||||||
@ -1667,7 +1667,7 @@ class PodmanCompose:
|
|||||||
help="pod creation",
|
help="pod creation",
|
||||||
metavar="in_pod",
|
metavar="in_pod",
|
||||||
type=bool,
|
type=bool,
|
||||||
default=False,
|
default=True,
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--pod-args",
|
"--pod-args",
|
||||||
|
Loading…
Reference in New Issue
Block a user