Improve Docker start up script

- Make sure the last line contains the information
- Split in separate functions
- Add option to skip starting nginx (by default it is started)
This commit is contained in:
Nanne Baars
2021-11-19 16:58:23 +01:00
committed by Nanne Baars
parent d496c929b3
commit 8dd66fc0ff
3 changed files with 73 additions and 20 deletions

View File

@ -1,5 +1,11 @@
# WebGoat release notes
## Unreleased
### New functionality
- Update the Docker startup script, it is now possible to pass `skip-nginx` or set `SKIP_NGINX` as environment variable.
## Version 8.2.2
### New functionality