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: