Tim de Pater

Results 32 comments of Tim de Pater

I'll close this issue due to inactivity.

Hi @gaudinjeremy, Try this, this works for me: ``` # New Relic settings ARG NEW_RELIC_LICENSE_KEY="your-license-key" ARG NEW_RELIC_APP_NAME="your-app-name" # Install New Relic RUN mkdir -p /var/log/newrelic /var/run/newrelic && \ touch /var/log/newrelic/php_agent.log...

Sounds like this is resolved :+1:

Hi @jduan00, Thank you for the tips. I've looked into it and came to the following; 1. It's indeed not used, but it's part of the default nginx installation. I...

Hi @franciscof5 , It's because the WordPress source is on a different location than the wp-content folder. That makes it possible to update WordPress in this container without affecting the...

The absolute path you use in the docker compose config doesn't have anything to do with the ABSPATH constant. In docker compose you can use a relative path, but when...

Hi @morgan-np, You should use `wp` CLI to export and import the whole website. You should do that when the container is already running, so not in the Dockerfile, but...

I'm closing this issue due to inactivity. Let me know if you have any questions!

Hi @maxacarvalho, It might be that you switch to early to the `nobody` user. I would remove that until the last line and see what it does

Hi @songlin51 , That can be caused by anything :wink: PHP 8 has quite some changes under the hood compared to 7.3. And things like jit can in some cases...