101 Commits
Author SHA1 Message Date
Michal Čihař ae243b8077 Add test for sessions after shutdown (issue #32)
Signed-off-by: Michal Čihař <michal@cihar.com>
4.6.2-2
2016-06-06 10:16:08 +02:00
Michal Čihař 96e3c94c6b Try testing docker compose as well
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-06 10:10:28 +02:00
Michal Čihař 23cb076766 Use persistent volume for sessions
Issue #32

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-06 10:03:35 +02:00
Michal Čihař 15ca16c9d0 Change deps to php5
We would really prefer php7, but it's not there and php packages got
renamed to php5

Issue #31

Signed-off-by: Michal Čihař <michal@cihar.com>
4.6.2-1
2016-05-27 13:48:21 +02:00
Michal Čihař 12997cea47 Document where bug reports on phpMyAdmin should go
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-27 09:59:50 +02:00
Michal Čihař 249e10decc Add comment why is there edge
Signed-off-by: Michal Čihař <michal@cihar.com>
4.6.0-2
2016-04-20 08:34:17 +02:00
Michal Čihař 6dd6b90902 Base on alpine:edge to get DNS fixes
See https://twitter.com/thockin/status/704909611279781888 and
https://github.com/gliderlabs/docker-alpine/issues/8. This will be fixed
in 3.4, so at that point we can switch back to using stable.

Fixes #23 (DNS issues)
Fixes #27 (Kubernetes support)

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-20 08:31:53 +02:00
Michal Čihař 4893806cde More links to docker hub
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-20 08:31:11 +02:00
Michal Čihař f313ce3a84 Add docker badge
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-20 08:24:42 +02:00
Michal Čihař c250e52f63 Add link to documentation
Signed-off-by: Michal Čihař <michal@cihar.com>
4.6.0-1
2016-04-08 08:50:32 +02:00
Michal Čihař 8d27f0ff53 Merge pull request #24 from hkraal/add-mcrypt
Missing php-mcrypt module
2016-03-29 15:32:03 +02:00
Henk Kraal 9636db031d Add php-mcrypt module 2016-03-29 15:17:59 +02:00
Michal Čihař 8eb6c03572 Merge pull request #22 from sergeyfedotov/ini-env
Make INI settings configurable via environment variables
2016-02-15 17:30:45 +01:00
Sergey Fedotov b8d56cdf6f Make INI settings configurable via environment variables 2016-02-15 19:18:01 +03:00
Michal Čihař 972319d275 Merge pull request #19 from RickWieman/switch-port-80
Switch to port 80 (instead of 8080)
2016-02-08 11:06:47 +01:00
Rick Wieman a87ccec937 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.
2016-02-08 10:41:25 +01:00
Michal Čihař f04ce1d905 Merge pull request #17 from josuecau/fix-max_input_vars
Increase "max_input_vars" value
2016-02-01 16:23:54 +01:00
Josué Cau 87e78416b6 Increase "max_input_vars" value
To allow exporting databases with many tables (e.g. Prestashop CMS)
2016-02-01 16:13:04 +01:00
Michal Čihař 3e338729b3 Merge pull request #16 from Soullivaneuh/patch-1
Improve apk usage
2016-01-14 13:14:22 +01:00
Sullivan SENECHAL 4ccfadf98e Improve apk usage 2016-01-14 13:07:38 +01:00
Michal Čihař 104da54054 Merge pull request #14 from splattael/master
Make php server PID 1
4.5.3.1-1
2016-01-12 16:36:47 +01:00
Peter Suschlik 4ceca79f63 Make php server PID 1
It's a good practice to make the service PID 1
(although php cli does not handle `kill -TERM` at all).
2016-01-12 15:08:35 +01:00
Michal Čihař 03470a9163 Merge pull request #13 from lorenz/patch-1
Allows to set the user-facing URL, fixes #12
2016-01-09 11:07:09 +01:00
Lorenz Brun 3627486936 Added docs 2016-01-09 02:12:55 +01:00
Lorenz Brun 3c336a7816 Added to list of environment variables 2016-01-09 02:09:29 +01:00
Lorenz Brun 1ac16c0daf Allows to set the user-facing URL, fixes #12 2016-01-09 02:06:01 +01:00
Michal Čihař 5c58a06622 Merge pull request #11 from Soullivaneuh/patch-1
Allow empty password
2015-12-15 14:06:28 +01:00
Sullivan SENECHAL 261a9107e2 Allow empty password 2015-12-15 13:46:03 +01:00
Michal Čihař c6b5962723 Ensure we get the environment in most cases
It turns out that PHP versions differ in passing Unix environment, let's
fallback to getenv to fix that.

Fixes #10

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-15 10:43:17 +01:00
Michal Čihař 0176d06524 Ignore local files
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-15 10:30:12 +01:00
Michal Čihař 843953e72b Adjust test to check actual arbitrary server setup
Issue #10

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-15 10:29:19 +01:00
Michal Čihař 8f0181616e Allow to sepcify more db servers
Fixes #7

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-14 14:01:19 +01:00
Michal Čihař e6ba64cd5f Fix typo in config file
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-14 13:49:36 +01:00
Michal Čihař b0a8bc0bec Add support for config auth method
Fixes #8

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-14 13:39:31 +01:00
Michal Čihař 7d566641b4 Use just one configuration file
We can generate correct values inside it, no need for magic handling
more of the files.

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-14 13:36:47 +01:00
Michal Čihař 85397a6416 Do the changes in one sed command
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-14 13:33:13 +01:00
Michal Čihař fc0e721977 Merge pull request #9 from netroby/master
Increase PHP file upload size limit to 64MB
2015-12-14 13:22:40 +01:00
ZhiFeng Hu f6e445ddeb Increase PHP file upload size limit to 64MB
Signed-off-by: ZhiFeng Hu <hufeng1987@gmail.com>
2015-12-10 17:46:15 +08:00
Michal Čihař 18c6c01ca6 Avoid conflicting ports
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-07 14:50:17 +01:00
Michal Čihař 465756ae38 Improve readme
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-07 14:47:29 +01:00
Michal Čihař 2f9ca126d4 Fix docker container name
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-07 14:45:26 +01:00
Michal Čihař cf8f6d45c8 Fix typo in test script
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-07 14:42:38 +01:00
Michal Čihař 409324545e Fix typo in title
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-07 14:42:38 +01:00
Michal Čihař b1946a827e Merge pull request #6 from CybotTM/master
add Makefile and .dockerignore
2015-12-07 14:41:36 +01:00
Michal Čihař 020fd6f8c7 Add support to specify MySQL server in environment
Fixes #4

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-07 14:38:48 +01:00
Sebastian Mendel 844798cd19 add Makefile for easier building and testing 2015-12-07 10:52:57 +01:00
Sebastian Mendel ab47652269 add .dockerignore file - hide files competely from docker (deamon) for security and performance 2015-12-07 10:10:55 +01:00
Sebastian Mendel 2bd79639b2 drop execute permission on run.sh - this is only required inside image 2015-12-07 09:42:08 +01:00
Michal Čihař 4b4dca1451 Copy both configs in one step
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-04 15:14:48 +01:00
Michal Čihař ba5957ac0d Cleanup not needed files after extracting
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-04 15:08:28 +01:00