Podman Compose: Remove unsupported --ignore-pull-failures flag
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
a5ed5cc2ec
commit
0643d54ffc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue