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 89ca7ae commit 4a0d53bCopy full SHA for 4a0d53b
README.md
@@ -14,3 +14,5 @@ docker run -d --name bookstack-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret
14
docker pull kilhog/bookstack
15
docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 kilhog/bookstack
16
```
17
+
18
+Now you can access to BookStack with : <ip-adress-of-docker-machine>:8080 👍
0 commit comments