Closed texasag99 closed 8 months ago
Hello!
I believe you should be able to access phpmyadmin at this URL: http://localhost:41062/phpmyadmin/. Let me know if that doesn't work.
As for installing imagick, I recommend you create your own container derived from this one. You can test something like this:
FROM tomsik68/xampp:8 # feel free to change the tag to whatever you need!
RUN apt install php-imagick && echo "extension=imagick" >> /opt/lampp/etc/php.ini # beware I didn't check the php.ini location..
Note that you'll need to make tweaks to this setup as I didn't test it, but it should be enough to get you started.
Feel free to refer to this article: https://www.linuxcapable.com/how-to-install-php-imagemagick-imagick-on-debian-11-bullseye/#Install_PHP_ImageMagick
Closing for inactivity. Feel free to re-open if you have any additional questions.
Hello,
I'm running Docker on Linux. I use the following command to start the container:
How do I access phpmyadmin?
Thank you!