We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eed000 commit 02b2049Copy full SHA for 02b2049
docker-entrypoint.sh
@@ -38,12 +38,11 @@ echo '| Updating Configuration: Apache SSL (/etc/apache2/conf.d/ssl.conf) |'
38
# + ------------- + #
39
40
echo '| Updating Configuration: PHP (/etc/php83/40-custom.ini) |'
41
-# Gebe die aktuellen PHP-Einstellungen aus
42
echo "| Setting PHP Configuration: |"
43
echo "| upload_max_filesize = ${UPLOAD_MAX_FILESIZE} |"
44
echo "| memory_limit = ${PHP_MEMORY_LIMIT} |"
45
echo "| date.timezone = ${TZ} |"
46
-# Setze die PHP-Konfiguration
+
47
echo "upload_max_filesize = ${UPLOAD_MAX_FILESIZE}" >> /etc/php83/conf.d/40-custom.ini
48
echo "memory_limit = ${PHP_MEMORY_LIMIT}" >> /etc/php83/conf.d/40-custom.ini
49
echo "date.timezone = ${TZ}" >> /etc/php83/conf.d/40-custom.ini
0 commit comments