Releases: WebSpellChecker/wproofreader-docker
Releases · WebSpellChecker/wproofreader-docker
v5.27.2
Updated Docker configuration to match package v5.27.2.
v5.27.1
Updated Docker configuration to match package v5.27.1.
v5.27.0
Updated Docker configuration to match package v5.27.0.
Enhancements
- Added ability to enable service DB using ENV variable
v5.26.2
Updated Docker configuration to match package v5.26.2.
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.pem
andkey.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.sh
script 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.ini
file and usebuild-arg
. - Use environment variables to redefine some parameters during
docker run
. - Write application logs
/opt/WSC/AppServer/Logs
todocker logs
. - Added installation of
vim
,nano
,mc
tools 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