You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 solidnerd/bookstack:0.11.1
27
+
docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 solidnerd/bookstack:0.11.2
28
28
```
29
29
30
30
### Docker 1.9+
@@ -56,6 +56,6 @@ docker run -d --net bookstack_nw \
56
56
After the steps you can visit [http://localhost:8080](http://localhost:8080) .
57
57
58
58
59
-
## Inspiration
59
+
## Inspiration
60
60
61
61
It comes from [Kilhog/docker-bookstack](https://github.com/Kilhog/docker-bookstack). He did the initially work it was a fork previously but know i want to go in a other direction.
0 commit comments