Description
Using docker-compose but having issues with ffmpeg binary not being found. It took me a bit till dawned that the nextcloud image being pulled doesn't have ffmpeg and other goodies installed in it and it would be best to build from a Dockerfile. So I put the Nextcloud "Full" Dockerfile in my root nextcloud docker compose folder and switched image to "Build" in the compose file. It seems to build correctly but I'm still getting the error.
I also see a line in the memories hardware acceleration page that suggests that a file called start.sh is needed? I copied the contents to a file with that name and put it in the root folder and used "docker compose --pull" and then "docker compose up" but I'm still having this same error. The path for ffmpeg in the admin page is simply "ffmpeg". I've tried changing it to usr/local/bin/ffmpeg etc but no fix to the error.
What am I missing, and if I'm missing something, then it should be documented?
Thanks,