File tree 1 file changed +3
-7
lines changed
Filter options
1 file changed +3
-7
lines changed
Original file line number Diff line number Diff line change @@ -98,19 +98,15 @@ Note that if you want to use LDAP, `$` has to be escape like `\$`, i.e. `-e "LDA
98
98
99
99
### Volumes
100
100
101
- To access your ` .env ` file and important bookstack folders on your host system
102
- change ` <HOST> ` in the following line to your host directory and add it then to
103
- your run command:
101
+ To access your important bookstack folders on your host system change ` <HOST> `
102
+ in the following line to your host directory and add it then to your run
103
+ command:
104
104
105
105
``` bash
106
- --mount type=bind,source=< HOST> /.env,target=/var/www/bookstack/.env \
107
106
-v < HOST> :/var/www/bookstack/public/uploads \
108
107
-v < HOST> :/var/www/bookstack/storage/uploads
109
108
```
110
109
111
- In case of a windows host machine the .env file has to be already created in the
112
- host directory otherwise a folder named .env will be created.
113
-
114
110
After these steps you can visit [ http://localhost:8080 ] ( http://localhost:8080 ) .
115
111
You can login with username ` admin@admin.com ` and password ` password ` .
116
112
You can’t perform that action at this time.
0 commit comments