- Issue created by @freelock
- πΊπΈUnited States freelock Seattle
Looking at services-flake closer, their version of php-fpm does not provide any way to select a different version of PHP -- which is one of our core needs with Drupal Flake.
So at this point I'm going to keep our current php service, but rename it to avoid the naming collision.
The upstream uses phpfpm, so I'm renaming our local custom service to php-fpm.
-
freelock β
committed 8396b4f0 on 1.0.x
[#3530842] fix: Fix name collision of php-fpm service from Services...
-
freelock β
committed 8396b4f0 on 1.0.x
- πΊπΈUnited States freelock Seattle
Renamed the custom phpfpm service to php-fpm, to avoid name collision with services flake.
Keeping the custom service configuration because the upstream one for services flake does not currently support selecting the php version or adding custom modules. See https://github.com/juspay/services-flake/issues/569 .