Skip to content

Commit 4a0d53b

Browse files
committed
Update README.md
1 parent 89ca7ae commit 4a0d53b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ docker run -d --name bookstack-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret
1414
docker pull kilhog/bookstack
1515
docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 kilhog/bookstack
1616
```
17+
18+
Now you can access to BookStack with : <ip-adress-of-docker-machine>:8080 👍

0 commit comments

Comments
 (0)