Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f56d2ed

Browse filesBrowse files
committed
docs: remove instructions for Docker < 1.9
Docker 1.9 has been out of support for some time now, and shouldn't be used. Removal of the documentation for use of this version should hopefully avoid confusion.
1 parent 83777b0 commit f56d2ed
Copy full SHA for f56d2ed

File tree

Expand file treeCollapse file tree

1 file changed

+0
-26
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-26
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
-26Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -48,32 +48,6 @@ If you have any issues feel free to create an [issue on GitHub](https://github.c
4848

4949
Note that if you want to use LDAP, `$` has to be escape like `\$`, i.e. `-e "LDAP_USER_FILTER"="(&(uid=\${user}))"`
5050

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-
7751
### Docker 1.9+
7852

7953
1. Create a shared network:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.