Skip to content

Commit abf8561

Browse files
committed
Update BookStack to 0.9.3
1 parent 34423f2 commit abf8561

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Dockerfile

100755100644
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
FROM php:5.6-apache
2-
MAINTAINER kilhog@protonmail.com
32

43
ENV BOOKSTACK BookStack
5-
ENV BOOKSTACK_VERSION 0.9.2
4+
ENV BOOKSTACK_VERSION 0.9.3
65

76
RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng12-dev wget \
87
&& docker-php-ext-install pdo pdo_mysql mbstring zip \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docker Image For [BookStack](https://github.com/ssddanbrown/BookStack)
22
[![](https://badge.imagelayers.io/solidnerd/bookstack:latest.svg)](https://imagelayers.io/?images=solidnerd/bookstack:latest 'Get your own badge on imagelayers.io')
33

4-
## Current Version: [0.9.2 ](https://github.com/SolidNerd/docker-bookstack/blob/preview/Dockerfile)
4+
## Current Version: [0.9.3](https://github.com/SolidNerd/docker-bookstack/blob/preview/Dockerfile)
55

66
## Quickstart
77
With Docker Compose is a Quickstart very easy. Run the following command:
@@ -23,7 +23,7 @@ docker run -d --name bookstack-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret
2323
```
2424
2. BookStack Container:
2525
```
26-
docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 solidnerd/bookstack
26+
docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 solidnerd/bookstack:0.9.3
2727
```
2828

2929
### Docker 1.9+

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
bookstack:
4-
image: solidnerd/bookstack
4+
image: solidnerd/bookstack:0.9.3
55
depends_on:
66
- db
77
environment:

0 commit comments

Comments
 (0)