You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,6 @@ services:
101
101
- PGID=1000
102
102
- APP_URL=
103
103
- DB_HOST=bookstack_db
104
-
- DB_PORT=3306
105
104
- DB_USER=bookstack
106
105
- DB_PASS=<yourdbpass>
107
106
- DB_DATABASE=bookstackapp
@@ -138,7 +137,6 @@ docker run -d \
138
137
-e PGID=1000 \
139
138
-e APP_URL= \
140
139
-e DB_HOST=<yourdbhost> \
141
-
-e DB_PORT=<yourdbport> \
142
140
-e DB_USER=<yourdbuser> \
143
141
-e DB_PASS=<yourdbpass> \
144
142
-e DB_DATABASE=bookstackapp \
@@ -159,7 +157,6 @@ Container images are configured using parameters passed at runtime (such as thos
159
157
|`-e PGID=1000`| for GroupID - see below for explanation |
160
158
|`-e APP_URL=`| 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`|
161
159
|`-e DB_HOST=<yourdbhost>`| for specifying the database host |
162
-
|`-e DB_PORT=<yourdbport>`| for specifying the database port if not default 3306 |
163
160
|`-e DB_USER=<yourdbuser>`| for specifying the database user |
164
161
|`-e DB_PASS=<yourdbpass>`| for specifying the database password |
165
162
|`-e DB_DATABASE=bookstackapp`| for specifying the database to be used |
0 commit comments