When we first run docker-compose up -d using default images, it generated FPM config for both PHP74 and PHP80. I have verified that the latest docker community edition image is executing PHP scripts when web frontend is loaded under PHP80.
But when we do docker-compose down and subsequent docker-compose up -d, it does not regenerate PHP80 FPM config files, though PHP74 files are regenerated.
Since PHP on web frontend tries to run under PHP80, it does not get access to any configuration including the setting of user:group to codendiadm:codendiadm.
This causes permission denied issues on lots of relevant folders like : /etc/tuleap/conf, /var/log/tuleap etc and the web frontend fails to load.