aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* Add missing tidy extension on DockerJeremy Benoist2019-07-061-2/+4
| | | | It's required in the 2.4 version
* Improve CONTRIBUTING guideJeremy Benoist2019-06-191-4/+19
| | | | | | | Also: - update the docker-compose to use Alpine image (lighter) - update the PHP Dockerfile to use Imagick instead of GD (for GIF support when downloading images) and add support for SQLite
* Force PHP version in DockerfileJérémy Benoist2019-05-231-1/+1
|
* libpng12-dev was rename as libpng-devDavid MOHAMED2018-10-061-1/+1
|
* remove mcrypt since openssl is included in php 7.2David MOHAMED2018-10-061-1/+1
| | | mcrypt extension doesn't exist anymore
* Add PHP 'gd' extension to dockerPascal MARTIN2016-09-301-2/+3
| | | | The gd extension is required to export entries as EPUB.
* Add comment about timezone definitiondjay2016-03-091-0/+1
|
* Add the timezone as an argument in the docker-compose.djay2016-03-091-1/+3
| | | | For that, need to use v2 of docker-compose (with version >= 1.6.0)
* Add the timezone for PHP docker containerdjay2016-03-091-0/+2
|
* Add Docker configuration for Postgres and MariaDBFabien MEURILLON2016-01-103-0/+25
|
* Add basic docker-compose configurationFabien MEURILLON2016-01-102-0/+99