New Relic + Docker Problem

Hi,

Trying to setup New Relic following the official EE docs https://easyengine.io/handbook/configure-new-relic-in-ee4/ . When it comes to the point to disable and enable site. PHP container loops restarting forever.

I tried docker-compose down and up and that’s what I get:

docker-compose up
Starting 5290201108_mailhog_1 … done
Starting 5290201108_php_1 … done
Starting 5290201108_postfix_1 … done
Starting 5290201108_nginx_1 … done
Attaching to 5290201108_postfix_1, 5290201108_mailhog_1, 5290201108_php_1, 5290201108_nginx_1
mailhog_1 | 2020/05/07 14:58:51 Using in-memory storage
mailhog_1 | 2020/05/07 14:58:51 [SMTP] Binding to address: 0.0.0.0:1025
mailhog_1 | [HTTP] Binding to address: 0.0.0.0:8025
mailhog_1 | Creating API v1 with WebPath:
mailhog_1 | Creating API v2 with WebPath:
mailhog_1 | 2020/05/07 14:58:51 Serving under http://0.0.0.0:8025/
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedPtmUY8: Permission denied
5290201108_php_1 exited with code 4
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedEqEVux: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedOoYvlu: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedeKo25n: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedaWWVKZ: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sed9v2SsB: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedYaWZD6: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/seddoqHrw: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedrLJ5TQ: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedZYlPyX: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedB2uiRM: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedQJONnK: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedkdiy9D: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedP4VPs5: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedekkIQT: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedmf211c: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedPtmUY8: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedjbgk77: Permission denied
php_1 | sed: couldn’t open temporary file /usr/local/etc/php/conf.d/sedcnAUU2: Permission denied
5290201108_postfix_1 exited with code 1
5290201108_php_1 exited with code 4

Anyone made it to make it work New Relic?