Skip to content

Commit 74ad51f

Browse files
rootroot
root
authored and
root
committed
Bot Updating README from template
1 parent dcb3229 commit 74ad51f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ docker create \
6363
-e DB_PASS=<yourdbpass> \
6464
-e DB_DATABASE=bookstackapp \
6565
-e APPURL=your.site.here.xyz \
66-
-e ADVANCED_MODE=1 \
6766
-p 6875:80 \
6867
-v <path to data>:/config \
6968
linuxserver/bookstack
@@ -89,7 +88,6 @@ services:
8988
- DB_PASS=<yourdbpass>
9089
- DB_DATABASE=bookstackapp
9190
- APPURL=your.site.here.xyz
92-
- ADVANCED_MODE=1
9391
volumes:
9492
- <path to data>:/config
9593
ports:
@@ -112,7 +110,6 @@ Container images are configured using parameters passed at runtime (such as thos
112110
| `-e DB_PASS=<yourdbpass>` | for specifying the database password |
113111
| `-e DB_DATABASE=bookstackapp` | for specifying the database to be used |
114112
| `-e APPURL=your.site.here.xyz` | for specifying the url your application will be accessed on |
115-
| `-e ADVANCED_MODE=1` | enables advanced mode for direct editing of the .env - scroll down for details on this |
116113
| `-v /config` | this will store any uploaded data on the docker host |
117114

118115
## User / Group Identifiers
@@ -155,12 +152,10 @@ If you intend to use this application behind a reverse proxy, such as our LetsEn
155152

156153
Documentation can be found at https://www.bookstackapp.com/docs/
157154

158-
### Advanced Mode
159-
We have implemented a special 'advanced mode' where users who wish to leverage the built in SMTP or LDAP functionality, will have the ability to edit the .env by hand. With `ADVANCED_MODE=1` set when
160-
the container is created, it will copy the .env.example to /config within the container. You can then edit this file on the host system (make sure you read the BookStack docs) and restart the
161-
container when finished. When the container starts, it copies /config/.env to /var/www/html/.env within the container for the web app to use. It will do this every time the container restarts.
155+
### Advanced Users
156+
If you wish to use the extra functionality of BookStack such as email, memcache, ldap and so on you will need to make your own .env file with guidance from the BookStack documentation.
162157

163-
Note, the APP_KEY is still set by PHP environment so you do not need to worrry about this.
158+
When you create the container, do not set any arguements for SQL or APPURL. The container will copy an .env file to /config/www/.env on your host system for you to edit.
164159

165160
### Composer
166161

@@ -179,6 +174,7 @@ Some simple docker-compose files are included for you to get started with. You w
179174

180175
## Versions
181176

177+
* **15.10.18:** - Changed functionality for advanced users
182178
* **08.10.18:** - Advanced mode, symlink changes, sed fixing, docs updated, added some composer files
183179
* **23.09.28:** - Updates pre-release
184180
* **02.07.18:** - Initial Release.

0 commit comments

Comments
 (0)