Releases: WebSpellChecker/wproofreader-docker
Releases · WebSpellChecker/wproofreader-docker
v5.26.1
Updated Docker configuration to match package v5.26.1.
v5.26.0
Updated Docker configuration to match package v5.26.0.
Enhancements
- Added ability to use non-default certificate file names (instead of
cert.pemandkey.pem) using environment variables. - Added a sample Docker Compose configuration to the README file.
Bug fixes
- Bug: Each container restart causes reactivation of the license even if the license was activated during the image build.
- Bug: The relative path to
startService.shscript is used instead of the absolute in the Dockerfile entrypoint.
v5.25.0
Updated Docker configuration to match package v5.25.0.
v5.24.0
Updated Docker configuration to match package v5.24.0.
Note! This update contains breaking changes which are not compatible with earlier versions of the product package released before v5.24.0.
Major updates
- Merge SSL and non-SSL configurations to use a single approach with the help of environment variables.
- Get rid of specifying build parameters in
config.inifile and usebuild-arg. - Use environment variables to redefine some parameters during
docker run. - Write application logs
/opt/WSC/AppServer/Logstodocker logs. - Added installation of
vim,nano,mctools to be installed in the container. - Added the information message after successful Docker container start providing the link to the application welcome/home page (e.g.
http://localhost/wscservice/). - Updated image build and container run steps in the README file to match updates listed above.
Bug fixes
- Bug: Virtual directory URLs aren't configured.
v5.23.0
Merge pull request #12 from WebSpellChecker/update_config_files Update config files
v5.22.0
Update ReadMe to NGINX
v5.21.0
Merge pull request #11 from WebSpellChecker/fix_move_custom_dictionar…