add template files and compose file, fix syntax errors in template
This commit is contained in:
5
nginx/php/Dockerfile
Normal file
5
nginx/php/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM php:8.3-fpm
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
php8.3-pdo
|
||||
|
Reference in New Issue
Block a user