Branch: refs/heads/master Home: https://github.com/phpmyadmin/docker Commit: a87ccec937313b03fc4a43dff77d699894cf2cb4 https://github.com/phpmyadmin/docker/commit/a87ccec937313b03fc4a43dff77d6998... Author: Rick Wieman git@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/972319d27525d2027a07407d3dc966a9... Author: Michal Čihař michal@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