Issue: In the case of docker rm and start it is not able to `sed` in the newrelic.ini file. Solution: add in PHP dockerfile/entry-point at a later stage after `sed` ```bash su www-data ```