Skip to content

Commit 11d8054

Browse files
authored
Update readme-vars.yml
1 parent d385897 commit 11d8054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ param_env_vars:
2929
- { env_var: "DB_HOST", env_value: "<yourdbhost>", desc: "for specifying the database host" }
3030
- { env_var: "DB_USER", env_value: "<yourdbuser>", desc: "for specifying the database user" }
3131
- { env_var: "DB_PASS", env_value: "<yourdbpass>", desc: "for specifying the database password" }
32-
- { env_var: "DB_DATABASE", env_value: "bookstackapp", desc: "for specifying the database to be used" }
32+
- { env_var: "DB_DATABASE", env_value: "bookstackapp", desc: "for specifying the database to be used (non-alphanumeric passwords must be properly escaped.)" }
3333

3434
param_usage_include_ports: true
3535
param_ports:

0 commit comments

Comments
 (0)