add template files and compose file, fix syntax errors in template

This commit is contained in:
boris
2024-11-21 12:33:26 +00:00
parent b64c6d835e
commit e1b1455ac0
90 changed files with 60646 additions and 0 deletions

5
nginx/php/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM php:8.3-fpm
RUN apt-get update && apt-get install -y \
php8.3-pdo