Code Monkey home page Code Monkey logo

Comments (2)

tomsik68 avatar tomsik68 commented on August 10, 2024

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

from docker-xampp.

tomsik68 avatar tomsik68 commented on August 10, 2024

Closing for inactivity. Feel free to re-open if you have any additional questions.

from docker-xampp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.