File tree 1 file changed +1
-26
lines changed
Filter options
1 file changed +1
-26
lines changed
Original file line number Diff line number Diff line change @@ -48,32 +48,6 @@ If you have any issues feel free to create an [issue on GitHub](https://github.c
48
48
49
49
Note that if you want to use LDAP, ` $ ` has to be escape like ` \$ ` , i.e. ` -e "LDAP_USER_FILTER"="(&(uid=\${user}))" `
50
50
51
- Networking changed in Docker v1.9, so you need to do one of the following steps.
52
-
53
- ### Docker < v1.9
54
-
55
- 1 . MySQL Container:
56
-
57
- ``` bash
58
- docker run -d \
59
- -p 3306:3306 \
60
- -e MYSQL_ROOT_PASSWORD=secret \
61
- -e MYSQL_DATABASE=bookstack \
62
- -e MYSQL_USER=bookstack \
63
- -e MYSQL_PASSWORD=secret \
64
- --name bookstack_db \
65
- mysql:9.2.0
66
- ```
67
-
68
- 2 . BookStack Container:
69
-
70
- ``` bash
71
- docker run -d --link bookstack_db_:mysql \
72
- -p 8080:8080 \
73
- --name bookstack_25.2.1 \
74
- solidnerd/bookstack:25.2.1
75
- ```
76
-
77
51
### Docker 1.9+
78
52
79
53
1 . Create a shared network:
@@ -103,6 +77,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
103
77
-e DB_USERNAME=bookstack \
104
78
-e DB_PASSWORD=secret \
105
79
-e APP_URL=http://example.com \
80
+ -e APP_KEY=SomeRandomStringWith32Characters \
106
81
-p 8080:8080 \
107
82
--name=" bookstack_25.2.1" \
108
83
solidnerd/bookstack:25.2.1
You can’t perform that action at this time.
0 commit comments