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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue