Switch over to php.ini file

This commit is contained in:
Luke Murphy 2020-10-30 14:26:05 +01:00
parent 593f76df19
commit 8add2bd87f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ export LOCAL_SETTINGS_CONF_VERSION=v1
export HTACCESS_CONF_VERSION=v1
export ENTRYPOINT_CONF_VERSION=v1
export COMPOSER_LOCAL_CONF_VERSION=v1
export UPLOAD_INI_VERSION=v1
export PHP_INI_VERSION=v1
# SAML

View File

@ -22,8 +22,8 @@ services:
configs:
- source: LocalSettings_conf
target: /var/www/html/LocalSettings.php
- source: upload_ini
target: /etc/php5/fpm/conf.d/uploads.ini
- source: php_ini
target: /usr/local/etc/php/conf.d/mediawiki.ini
- source: entrypoint2_conf
target: /docker-entrypoint2.sh
mode: 0555
@ -105,7 +105,7 @@ configs:
name: ${STACK_NAME}_entrypoint2_${ENTRYPOINT_CONF_VERSION}
file: entrypoint.sh.tmpl
template_driver: golang
upload_ini:
name: ${STACK_NAME}_upload_ini_${UPLOAD_INI_VERSION}
file: uploads.ini.tmpl
php_ini:
name: ${STACK_NAME}_php_ini_${PHP_INI_VERSION}
file: php.ini.tmpl
template_driver: golang