Commit Graph

36 Commits (master)

Author SHA1 Message Date
Tim de Pater a58dccfd64
Upgraded to Alpine Linux 3.14 2021-07-04 20:47:14 +02:00
Tim de Pater 2102c58220
Merge pull request #60 from maggie0002/patch-1
Format Dockerfile using Docker's conventions
2021-05-22 08:14:45 +02:00
Tim de Pater 4689e12a6a
Create symlink to php 2021-05-17 13:03:59 +02:00
maggie0002 9c6624e118
Format Dockerfile using Docker's conventions
Sort multi-line arguments:
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#sort-multi-line-arguments

LABEL:
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#label
2021-05-14 10:51:52 -07:00
Tim de Pater 8f3920f3f9
Upgrade to PHP8.0 2021-04-13 22:43:03 +02:00
Tim de Pater f67cc5755a
Upgraded Alpine Linux to 3.13 2021-01-18 17:23:07 +01:00
Ernesto Serrano 785b15f393 Fixed Label in Dockerfile 2020-06-18 17:16:07 +02:00
Ernesto Serrano 9f3f63d0a9 Upgraded alpine to 3.12 2020-06-16 18:17:37 +02:00
Paulo Fagiani d972e69341 Move defaults removal to upper layer 2020-06-10 22:24:55 -03:00
Ernesto Serrano 19f4bf4772
Add the php7-opcache package
Added the OPcache extension to improve PHP performance.
2020-04-22 08:47:13 +02:00
Tim de Pater 772d7aeaad
Removed volume instruction 2020-04-20 21:47:16 +02:00
Tim de Pater 1780ba14fa
Upgraded to Alpine 3.11 2020-03-15 07:57:02 +01:00
Tim de Pater 531442435d
Made the /var/www/html folder owned by nobody 2020-02-02 20:36:51 +01:00
Tim de Pater 5fa9be019b
Don't force the PHP customizations to be the last file to load 2019-11-06 08:48:30 +01:00
Tim de Pater 9d6c40aa5a
Remove the default server config now this folder is included from nginx.conf 2019-11-05 14:27:04 +01:00
Tim de Pater eb6f75c47d
Added PHP session extension 2019-08-03 14:39:20 +02:00
Tim de Pater dfb64420b0
Upgraded to Alpine 3.10, Nginx 1.16 & PHP 7.3 2019-07-21 08:39:32 +02:00
Tim de Pater e829a11c93
Fixed #11; Make the document root a volume so that it can be mounted 2019-07-21 08:20:03 +02:00
Vitalii Tverdokhlib 17dfe787bb
alpine 3.9 2019-02-02 10:12:37 +02:00
Tim de Pater b2afaef8d4 Fixed a permission error when Nginx tries to write the error log or to
remove the pid
2019-01-27 08:08:54 +01:00
Tim de Pater 9ef6acf619 Fixed HEALTCHECK now Nginx is running on a different port 2019-01-27 08:01:52 +01:00
Tim de Pater 659806c6d0 Run the services in the container as non-privileged user 2019-01-26 13:54:53 +01:00
Tim de Pater ba1dd42210 Removed unused exposed port 443 2019-01-05 09:28:29 +01:00
Tim de Pater d608b45950 Added HEALTHCHECK instruction to the Dockefile and enabled PHP FPM ping path 2019-01-05 09:27:58 +01:00
Tim de Pater cf28926c5f Updated to Alpine Linux 3.8 which includes PHP 7.2 & Nginx 1.14 2018-07-23 18:01:00 +02:00
sj 0439d11df9 Updated to Alpine Linux 3.7 2018-06-12 12:12:02 +02:00
Tim de Pater 257f26e6da Updated to Alpine Linux 3.6 and removed testing repo 2017-08-21 10:50:35 +02:00
Tim de Pater acdeb2cbbb Updated to PHP7.1. Improved the overall config based on the trafex/wordpress image 2017-03-28 13:58:02 +02:00
Tim de Pater 2b10ea0cee Add the '--no-cache' flag to apk to avoid having local cache files.
Switched to using labels in Dockerfile
2017-01-21 12:05:00 +01:00
Tim de Pater 8e081a2daa PHP7 moved to the community repository 2016-10-07 16:04:07 +02:00
Tim de Pater 33a48c1762 Added PHP7 CLI 2016-07-11 12:40:34 +02:00
Tim de Pater 7d28fb3e65 Set MAINTAINER in Dockerfile 2016-03-16 14:10:12 +01:00
Tim de Pater fb9719f647 Switched to Alpine Linux for a smaller footprint 2016-03-16 13:34:24 +01:00
Tim de Pater 16aaa4f31f Rewrote the example setup to have only one Docker container 2016-02-24 11:08:50 +01:00
Tim de Pater 126068b319 Changed containers to have all the data included and don't mount any volumes 2016-02-16 10:13:29 +01:00
Tim de Pater c4677b0278 Intial commit 2016-02-15 18:20:56 +01:00