From 630ccba441437b01f32f28ae638d63900d328693 Mon Sep 17 00:00:00 2001 From: Vincent Massol <vincent@massol.net> Date: Wed, 28 Mar 2018 15:42:58 +0200 Subject: [PATCH] [Misc] Extra space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a180b5..4f3a9c9 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ You can create these secrets and configs with the following: - `echo ${MY_XWIKI_USER:-xwiki} | docker secret create xwiki-db-username -` - `echo $(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 1) | docker secret create xwiki-db-password -` - `echo $(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 1) | docker secret create xwiki-db-root-password -` -- `docker config create xwiki-mysql-config /path/to/mysql/xwiki.cnf` +- `docker config create xwiki-mysql-config /path/to/mysql/xwiki.cnf` To deploy this example, save the following YAML as `xwiki-stack.yaml`, then run: -- GitLab