瀏覽代碼

Extra space removed

Vincent Massol 7 年之前
父節點
當前提交
164f470043
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      xwiki/content.md

+ 1 - 1
xwiki/content.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: