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 restart: stop start
update: pull restart update: pull restart
pull: pull:
podman-compose pull --ignore-pull-failures podman-compose pull
start: start:
podman-compose up -d --remove-orphans podman-compose up -d --remove-orphans
stop: stop: