Skip to content

Commit f9bb8bc

Browse files
committed
Revert "Update README support DB_PORT"
This reverts commit f033396.
1 parent 10f9699 commit f9bb8bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ services:
101101
- PGID=1000
102102
- APP_URL=
103103
- DB_HOST=bookstack_db
104-
- DB_PORT=3306
105104
- DB_USER=bookstack
106105
- DB_PASS=<yourdbpass>
107106
- DB_DATABASE=bookstackapp
@@ -138,7 +137,6 @@ docker run -d \
138137
-e PGID=1000 \
139138
-e APP_URL= \
140139
-e DB_HOST=<yourdbhost> \
141-
-e DB_PORT=<yourdbport> \
142140
-e DB_USER=<yourdbuser> \
143141
-e DB_PASS=<yourdbpass> \
144142
-e DB_DATABASE=bookstackapp \
@@ -159,7 +157,6 @@ Container images are configured using parameters passed at runtime (such as thos
159157
| `-e PGID=1000` | for GroupID - see below for explanation |
160158
| `-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` |
161159
| `-e DB_HOST=<yourdbhost>` | for specifying the database host |
162-
| `-e DB_PORT=<yourdbport>` | for specifying the database port if not default 3306 |
163160
| `-e DB_USER=<yourdbuser>` | for specifying the database user |
164161
| `-e DB_PASS=<yourdbpass>` | for specifying the database password |
165162
| `-e DB_DATABASE=bookstackapp` | for specifying the database to be used |

0 commit comments

Comments
 (0)