Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add a note that changes are merged
Info

UPDATE: Default Dockerfile has been modified to use non-root user - www-data. Thus, just follow the instructions provided in README.

By default, the root user is used for WebSpellChecker deployed as a Docker container from the default image or a custom one created from the Dockerfile. You have an option to use non-root user - www-data.

...

Below is the guidance on how to proceed with www-data user.

1. Open Dockerfile for editing. At the end of the RUN command, add the following lines: 

...

Code Block
docker run -d -p 80:80 -u www-data webspellchecker/wproofreader
Tip
You can preview the suggested edits that are already available in the separate branch here.