Skip to content

Commit c5219c8

Browse files
committed
Make note of required arguments
1 parent 0728a23 commit c5219c8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
100100

101101
`APP_URL=http://example.com`
102102

103+
The following environment variables are required for Bookstack to start:
104+
- `APP_KEY`
105+
- `APP_URL`
106+
- `DB_HOST` (in the form `${hostname_or_ip_address}:${port}`)
107+
- `DB_DATABASE`
108+
- `DB_USERNAME`
109+
- `DB_PASSWORD`
110+
103111
### Volumes
104112

105113
To access your `.env` file and important bookstack folders on your host system
@@ -115,7 +123,7 @@ your run command:
115123
In case of a windows host machine the .env file has to be already created in the
116124
host directory otherwise a folder named .env will be created.
117125

118-
After these steps you can visit [http://localhost:8080](http://localhost:8080) .
126+
After these steps you can visit [http://localhost:8080](http://localhost:8080).
119127
You can login with username `admin@admin.com` and password `password`.
120128

121129
## Inspiration

0 commit comments

Comments
 (0)