wodby/docker4drupal

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

superromeo opened this issue · 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