Try docker compose up --pull always --detach to pull the image. You can make sure the container is recreated with docker compose up --pull always --force-recreate --detach as well.
Try docker compose up --pull always --detach to pull the image. You can make sure the container is recreated with docker compose up --pull always --force-recreate --detach as well.