From 0879af8d1c1969479336a6f34aa2be63395de593 Mon Sep 17 00:00:00 2001 From: Paul Vogel Date: Fri, 21 Feb 2020 10:33:01 +0100 Subject: [PATCH] Typo fix for docker readme --- artemis-docker/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-docker/readme.md b/artemis-docker/readme.md index 3f6d89e492..49f37500f3 100644 --- a/artemis-docker/readme.md +++ b/artemis-docker/readme.md @@ -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.