No description
Find a file
2023-11-26 13:48:43 +01:00
apache allow htaccess override 2023-11-26 13:48:43 +01:00
.gitignore initial commit 2023-11-19 19:23:43 +01:00
build.sh rework all docker images to use debian slim 2023-11-26 13:08:01 +01:00
Dockerfile-php rework all docker images to use debian slim 2023-11-26 13:08:01 +01:00
README.md rework all docker images to use debian slim 2023-11-26 13:08:01 +01:00

Only build for arm right now, based on debian:bookworm-slim images and some code of php:8.2-apache, version 7.4 and 8.2

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