Trying to run this image from docker compose like:
build:
context: https://github.com/nfrastack/container-wordpress.git#5.8.99
args:
BASE_IMAGE: nfrastack/nginx-php-fpm
I get the error message /etc/cont-init.d/20-php-fpm: line 4: /assets/defaults/10-nginx-php-fpm: No such file or directory
and it seems to have used the old tiredofit nginx image.
So, wordpress doesn't start.