diff --git a/podman_compose.py b/podman_compose.py index 64a4994c..dd7b53cc 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -1925,9 +1925,6 @@ def _parse_compose_file(self): dotenv_path = os.path.realpath(args.env_file) dotenv_dict.update(dotenv_to_dict(dotenv_path)) - # TODO: remove next line - os.chdir(dirname) - os.environ.update({ key: value for key, value in dotenv_dict.items() if key.startswith("PODMAN_") })