Typo fix for docker readme

This commit is contained in:
Paul Vogel 2020-02-21 10:33:01 +01:00 committed by Justin Bertram
parent 00923025eb
commit 0879af8d1c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Default here is FALSE. If you set this to true, it will change security settings
- CREATE_ARGUMENTS
Default here is `--user ${ARTEMIS_USER} --password ${ARTEMIS_PASSWORD} --silent --http-host 0.0.0.0 --relax-jolokia"`
Default here is `--user ${ARTEMIS_USER} --password ${ARTEMIS_PASSWORD} --silent --http-host 0.0.0.0 --relax-jolokia`
This will be passed straight to `./artemis create` during the execution.