[phpMyAdmin Git] [phpmyadmin/docker] a87cce: Switch to port 80 (instead of 8080)

Michal Čihař michal at cihar.com
Mon Feb 8 11:06:48 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/docker
  Commit: a87ccec937313b03fc4a43dff77d699894cf2cb4
      https://github.com/phpmyadmin/docker/commit/a87ccec937313b03fc4a43dff77d699894cf2cb4
  Author: Rick Wieman <git at rickw.nl>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M .travis.yml
    M Dockerfile
    M README.md
    M docker-compose.testing.yml
    M docker-compose.yml
    M run.sh

  Log Message:
  -----------
  Switch to port 80 (instead of 8080)

As this is a Docker container running a web application, it would make sense to expose the http port (80) instead of port 8080. A user can always specify the 'external' port to his liking using e.g. `-p 8080:80`.

Fixes #18.


  Commit: 972319d27525d2027a07407d3dc966a978dd75d6
      https://github.com/phpmyadmin/docker/commit/972319d27525d2027a07407d3dc966a978dd75d6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M .travis.yml
    M Dockerfile
    M README.md
    M docker-compose.testing.yml
    M docker-compose.yml
    M run.sh

  Log Message:
  -----------
  Merge pull request #19 from RickWieman/switch-port-80

Switch to port 80 (instead of 8080)


Compare: https://github.com/phpmyadmin/docker/compare/f04ce1d9055f...972319d27525


More information about the Git mailing list