aschmelyun / docker-compose-wordpress

A docker-compose workflow for local WordPress development
241 stars 151 forks source link

Enable Imagick #2

Open hello-jeff opened 3 years ago

hello-jeff commented 3 years ago

New to using Docker for WP dev without using an app like Local. Thank you for providing such a thorough walk-through.

I was hoping you could provide info on how imagick could be enabled. I was able to get everything set up with a copy of an existing WP site. However, I received a warning that imagick wasn't installed while logged into the Dashboard. I've tried various methods of adding it in the php.docker file but I keep running into issues where it doesn't get installed or it causes some sort of gateway issue when it does.

phase7 commented 3 years ago

Do you need imagemagick installed in the container like this one to be able to use the imagick plugin?

hello-jeff commented 3 years ago

Not sure. For me, I used this tutorial to set up my docker container WP install of an existing site for dev purposes and I kept getting a warning in my WP admin that I didn't have Imagick installed on the server. I've never used a plugin for it. None of the snippets I added to install it seemed to resolve it as mentioned above and I haven't worked with it since. I went back to using the Local app for the time being.