Releases: webdevops/TYPO3-docker-boilerplate
Releases · webdevops/TYPO3-docker-boilerplate
3.4.0
- Renamed
PHP_UIDandPHP_GIDtoEFFECTIVE_UIDandEFFECTIVE_GID - Set Apache HTTPd and Nginx UID to
EFFECTIVE_UIDandEFFECTIVE_GID - Renamed
make deploytomake build(was confusing) - Fixed MySQL default charset (set to utf8)
- Added
MYSQL_USER,MYSQL_PASSWORD,MYSQL_ROOT_USER,MYSQL_ROOT_PASSWORDandMYSQL_DATABASEfor nginx/apache/php-fpm - Improved customization of
php.ini - Improved documentation
- Added php memcache and memcached
3.3.0 - t3cs2015 release
- Fixed
make mysql-backup - Added
docker/main/bin/customization.shfor easy customization and faster docker rebuilding - Added
CLI_USERfor customizable user indocker-env.yml(forCLI_SCRIPT) - Added ssl (SHA2) for nginx and apache HTTPd
- Added
/data/cachefor application cache storage (insidestoragecontainer) - Improved
make deploy(supports all other frameworks now, not only TYPO3) - Fixed $HOME variable for shell and cli entrypoint targets (sudo issue)
- Improved
docker-env.ymllayout with some examples