GithubHelp home page GithubHelp logo

Comments (6)

peter-walter avatar peter-walter commented on August 19, 2024

Looks like you need to add a port to the phpmyadmin section

phpmyadmin:
  ports:
    - 8001:80

from php-docker-boilerplate.

jensmarquardt avatar jensmarquardt commented on August 19, 2024

I have tested it, but I can not reach phpMyAdmin from the browser. The result is a 500 Internal Server Error. Requested URL: http://localhost:8001.

My docker-compose.yml:

phpmyadmin:
    image: phpmyadmin/phpmyadmin
    links:
      - mysql
    ports:
      - 8001:80
    environment:
      - PMA_HOSTS=mysql
      - VIRTUAL_HOST=pma.boilerplate.docker
      - VIRTUAL_PORT=80
    volumes:
      - phpmyadmin:/sessions

from php-docker-boilerplate.

hhoechtl avatar hhoechtl commented on August 19, 2024

Can you please post the logs of your phpmyadmin container? docker logs --tail=500 $(docker-compose ps -q phpmyadmin)

from php-docker-boilerplate.

jensmarquardt avatar jensmarquardt commented on August 19, 2024

Ok, now it works. But in the meanwhile I have switched to docker edge, because I had general performance issues.

from php-docker-boilerplate.

vruescas avatar vruescas commented on August 19, 2024

@hhoechtl, Hi, i have the same problem. Is necessary add a port number? how can I access from the browser?

from php-docker-boilerplate.

hhoechtl avatar hhoechtl commented on August 19, 2024

@vruescas if you have a reverse proxy in place, you can access http://pma.boilerplate.docker as configured in the ENV variable VIRTUAL_HOST or if you specified a port binding like 8081:80 you can access it via http://whateverhostnameyourdockerisusing:8081/

from php-docker-boilerplate.

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.