General fixes

This commit is contained in:
eroncero
2025-08-18 16:33:16 +02:00
parent 69b7243685
commit 29aa1f2d40
5 changed files with 32 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
# Copy all .conf files from source to destination
cp /mnt/place-config/etc/php/8.2/fpm/pool.d/*.conf /etc/php/8.2/fpm/pool.d/

View File

@@ -2,6 +2,7 @@
/bin/sh /entrypoint/container-php-ver-inst.sh
/bin/sh /entrypoint/install-php-versions.sh
/bin/sh /entrypoint/copy-config.sh
/bin/sh /entrypoint/start-php-fpm.sh