No description
Find a file
2023-11-25 20:22:09 +01:00
.gitignore initial commit 2023-11-19 19:23:43 +01:00
build.sh add msmtp support 2023-11-20 20:31:16 +01:00
php:7.4-apache add php-gd and wkhtml support 2023-11-25 20:22:09 +01:00
php:7.4-wkhtml-apache add php-gd and wkhtml support 2023-11-25 20:22:09 +01:00
php:8.0-apache add php-gd and wkhtml support 2023-11-25 20:22:09 +01:00
php:8.1-apache add php-gd and wkhtml support 2023-11-25 20:22:09 +01:00
php:8.2-apache add php-gd and wkhtml support 2023-11-25 20:22:09 +01:00
README.md rename container to keep the same original structure 2023-11-20 20:36:11 +01:00

Only build for arm right now, based on php-apache images

docker run -d --name container_name \
    -v ./www:/var/www/html \
    -v ./php:/usr/local/etc/php/conf.d \
    -v ./msmpt.yaml:/etc/msmtprc \
    git.paucapo.com/server/php:8.2-apache