Need to check this, might drop that service completely since commands can be run on the existing WordPress instance using docker compose exec: docker compose exec wordpress wp --allow-root transient delete wp_core_block_css_files (see #72)
The wp-cli service in docker compose is very old code and I suspect this was never done right in the first place, re-using volume mounts like that feels wrong.