From 0643d54ffcb13563d0c62ba1ff0d968b3c9fc0c5 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 20 Jan 2023 01:50:50 +0100 Subject: [PATCH] Podman Compose: Remove unsupported --ignore-pull-failures flag Signed-off-by: Michael Mayer --- setup/podman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/podman/Makefile b/setup/podman/Makefile index d78ba4926..ac32fda13 100644 --- a/setup/podman/Makefile +++ b/setup/podman/Makefile @@ -8,7 +8,7 @@ uninstall: down remove restart: stop start update: pull restart pull: - podman-compose pull --ignore-pull-failures + podman-compose pull start: podman-compose up -d --remove-orphans stop: