Releases: webdevops/TYPO3-docker-boilerplate
Releases · webdevops/TYPO3-docker-boilerplate
3.4.0
- Renamed
PHP_UID
andPHP_GID
toEFFECTIVE_UID
andEFFECTIVE_GID
- Set Apache HTTPd and Nginx UID to
EFFECTIVE_UID
andEFFECTIVE_GID
- Renamed
make deploy
tomake build
(was confusing) - Fixed MySQL default charset (set to utf8)
- Added
MYSQL_USER
,MYSQL_PASSWORD
,MYSQL_ROOT_USER
,MYSQL_ROOT_PASSWORD
andMYSQL_DATABASE
for 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.sh
for easy customization and faster docker rebuilding - Added
CLI_USER
for customizable user indocker-env.yml
(forCLI_SCRIPT
) - Added ssl (SHA2) for nginx and apache HTTPd
- Added
/data/cache
for application cache storage (insidestorage
container) - 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.yml
layout with some examples