Skip to content

Commit 60ac384

Browse files
committed
Update README support DB_PORT
1 parent f9bb8bc commit 60ac384

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ param_usage_include_env: true
2727
param_env_vars:
2828
- { env_var: "APP_URL", env_value: "", desc: "for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`"}
2929
- { env_var: "DB_HOST", env_value: "<yourdbhost>", desc: "for specifying the database host" }
30+
- { env_var: "DB_PORT", env_value: "<yourdbport>", desc: "for specifying the database port if not default 3306" }
3031
- { env_var: "DB_USER", env_value: "<yourdbuser>", desc: "for specifying the database user" }
3132
- { env_var: "DB_PASS", env_value: "<yourdbpass>", desc: "for specifying the database password" }
3233
- { env_var: "DB_DATABASE", env_value: "bookstackapp", desc: "for specifying the database to be used" }
@@ -50,6 +51,7 @@ custom_compose: |
5051
- PGID=1000
5152
- APP_URL=
5253
- DB_HOST=bookstack_db
54+
- DB_PORT=3306
5355
- DB_USER=bookstack
5456
- DB_PASS=<yourdbpass>
5557
- DB_DATABASE=bookstackapp

0 commit comments

Comments
 (0)