We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c72b40 commit f00ce94Copy full SHA for f00ce94
README.md
@@ -34,7 +34,7 @@ docker run -d --name bookstack-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret
34
docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 solidnerd/bookstack:0.17.1
35
```
36
37
-### Docker 1.9+
+#### Docker 1.9+
38
39
1.Create a shared network:
40
0 commit comments