소스 검색

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: