Activity
Merge branch 'main' of https://github.com/Florentin68/docker-php
Merge branch 'main' of https://github.com/Florentin68/docker-php
Update docker-publish.yml
Update docker-publish.yml
Disable php.ini dev
Disable php.ini dev
Add error log file
Add error log file
New test with PGSQL
New test with PGSQL
Test without PGSQL
Test without PGSQL
Empty and chown /var/log to container user
Empty and chown /var/log to container user
Enabled APCu and PostgreSQL
Enabled APCu and PostgreSQL
Modified PHP.ini parameters (sed instead of echo to end of file)
Modified PHP.ini parameters (sed instead of echo to end of file)
Enabled PHP errors logging
Enabled PHP errors logging
Fixed misspell for GID ARG
Fixed misspell for GID ARG
Set default UID/GID to 82:82 as in HTTPD image
Set default UID/GID to 82:82 as in HTTPD image
UID/GID from ENV to ARG
UID/GID from ENV to ARG
Change command to create user and group
Change command to create user and group
Added UID/GID environment variables
Added UID/GID environment variables
Minor changes
Minor changes
Updated Dockerfile
Updated Dockerfile
Delete .github/workflows/docker-image.yml
Delete .github/workflows/docker-image.yml
Update docker-publish.yml
Update docker-publish.yml
Change root folder
Change root folder
Switch to php:8.2-fpm-bullseye to go back to the Bullseye Debian vers…
Switch to php:8.2-fpm-bullseye to go back to the Bullseye Debian vers…
Change APT GET options and add apt-utils package
Change APT GET options and add apt-utils package
Update Dockerfile
Update Dockerfile
Change UID/GID from www-data user and group from default 33 to 101 (n…
Change UID/GID from www-data user and group from default 33 to 101 (n…
Test
Test
Switch USER and CMD commands
Switch USER and CMD commands
Test
Test
Switch from PHP 8.1 to 8.2
Switch from PHP 8.1 to 8.2
Chown /var/run/php-fpm
Chown /var/run/php-fpm
Change PID file path
Change PID file path