Giter Club home page Giter Club logo

Comments (4)

TimWolla avatar TimWolla commented on August 16, 2024

Under what circumstances are you seeing that error?

from docker-adminer.

Creeperface01 avatar Creeperface01 commented on August 16, 2024

Under what circumstances are you seeing that error?

Happens when importing larger dumps (around 50-70 MB)
Sorry for not mentioning, updated the description.

Temporal solution I'm using is to modify the limit inside of container directly

from docker-adminer.

Miras4207 avatar Miras4207 commented on August 16, 2024

You can load your local PHP configuration using docker-compose.yml like this:

services:
    adminer:
        image: adminer:4.8.1
        ports:
            - 8080:8080
        volumes:
            - ./php.local.ini:/etc/php/7.4/cli/conf.d/php.local.ini

php.local.ini

post_max_size = 516M
upload_max_filesize = 516M

If the PHP version changes in future versions of adminer image, you can find the correct path by running php --ini inside the container.

from docker-adminer.

TimWolla avatar TimWolla commented on August 16, 2024

Sorry for not getting back to you earlier. I'd rather not increase the limits further, see the last paragraph in this comment:

#36 (comment)

from docker-adminer.

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.