Skip to content

Commit 3c46016

Browse files
FIXES #534: add systemd unit label
1 parent 5b9cfe5 commit 3c46016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

podman_compose.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,7 @@ def _parse_compose_file(self):
15291529
"io.podman.compose.config-hash=" + self.yaml_hash,
15301530
"io.podman.compose.project=" + project_name,
15311531
"io.podman.compose.version=" + __version__,
1532+
f"PODMAN_SYSTEMD_UNIT=podman-compose@{project_name}",
15321533
"com.docker.compose.project=" + project_name,
15331534
"com.docker.compose.project.working_dir=" + dirname,
15341535
"com.docker.compose.project.config_files=" + ",".join(relative_files),

0 commit comments

Comments
 (0)