You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2018. It is now read-only.
Hi!
Whenever I try to do a major code update (composer update drupal/core for example) my sites just return 502 and I have to stop the environment, docker rm the nginx container and up it again. This happens on multiple projects.
Our used image
wodby/drupal-nginx:8-1.13-2.4.2
However, updating to wodby/drupal-nginx:8-1.13-3.0.1 doesn't help either, it produces the same thing.
Environment:
Ubuntu 16.04
Docker version 17.05.0-ce, build 89658be
docker-compose version 1.16.1, build 6d1ac219
Also, it doesn't matter if the composer update happens inside the container or on the host, both tend to result in this error.