浏览代码

Fix typos and add fpm docs for YOURLS

Léo Colombaro 4 年之前
父节点
当前提交
d0b8f1ae34
共有 2 个文件被更改,包括 5 次插入4 次删除
  1. 4 4
      yourls/content.md
  2. 1 0
      yourls/variant-fpm.md

+ 4 - 4
yourls/content.md

@@ -64,23 +64,23 @@ Example: `YOURLS_USER="example_username"`
 **Required.**  
 YOURLS instance password.
 
-Example: `YOURLS_USER="example_password"`
+Example: `YOURLS_PASS="example_password"`
 
 ### `YOURLS_DB_HOST`, `YOURLS_DB_USER`, `YOURLS_DB_PASS`
 
 **Optional if linked `mysql` container.**
 
-Host, user (defaults to "root") and password for the database.
+Host, user (defaults to `root`) and password for the database.
 
 ### `YOURLS_DB_NAME`
 
 **Optional.**  
-Database name, defaults to "yourls". The database must have been created before installing YOURLS.
+Database name, defaults to `yourls`. The database must have been created before installing YOURLS.
 
 ### `YOURLS_DB_PREFIX`
 
 **Optional.**  
-Database tables prefix, defaults to "yourls_". Only set this when you need to override the default table prefix.
+Database tables prefix, defaults to `yourls_`. Only set this when you need to override the default table prefix.
 
 ## Docker Secrets
 

+ 1 - 0
yourls/variant-fpm.md

@@ -0,0 +1 @@
+../php/variant-fpm.md