Podman Compose: Remove unsupported --ignore-pull-failures flag

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-01-20 01:50:50 +01:00
parent a5ed5cc2ec
commit 0643d54ffc

View File

@ -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: