Nextcloud OCC Command Execution Issue in Docker Environment

for me it works with ´image: mariadb:10.5´ can you confirm this is related to mariadb:11 ?

further I don’t see any issues with `ls -la /usr/local/etc/php/conf.d/´

do you run some kind of “limited” docker? rootless podman etc?

UPDATE: I see

      - PUID=1000
      - PGID=100

with this setup you should check user 1000:100 has access to the files… in my test environment created as in Nextcloud docker-compose setup with notify_push (2024) the command works as well…

the difference I spot is:

    user: ${UID}:${GID}

maybe it helps :wink: