docker4drupal icon indicating copy to clipboard operation
docker4drupal copied to clipboard

After containers installed changes to `image: wodby/drupal-php:$PHP_TAG` are ignored

Open superromeo opened this issue 2 years ago • 0 comments

OS type Linux

Drupal version 9

Codebase Built-in vanilla Drupal or mounted codebase

Describe the bug After containers installed, changes to image: wodby/drupal-php:$PHP_TAG are ignored.

To reproduce: Install with any image:

  php:
    image: wodby/drupal-php:$PHP_TAG

and alter e.g. to

  php:
    image: wodby/dru111pal-php:$PHP_TAG

and run make - no error appeared.

Same thing with

  crond:
    image: wodby/drupal-php:$PHP_TAG

superromeo avatar Mar 21 '22 07:03 superromeo