Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2b48eff

Browse filesBrowse files
authored
Merge pull request solidnerd#1 from ssddanbrown/master
Updated to BookStack v0.11.1 & php7
2 parents be1ba35 + 788ff82 commit 2b48eff
Copy full SHA for 2b48eff

File tree

Expand file treeCollapse file tree

4 files changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+7
-7
lines changed

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM php:5.6-apache
1+
FROM php:7.0-apache
22

33
ENV BOOKSTACK BookStack
4-
ENV BOOKSTACK_VERSION 0.11.0
4+
ENV BOOKSTACK_VERSION 0.11.1
55

66
RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng12-dev wget \
77
&& docker-php-ext-install pdo pdo_mysql mbstring zip \
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg
1515
&& chown -R www-data:www-data /var/www/BookStack \
1616
&& apt-get -y autoremove \
1717
&& apt-get clean \
18-
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
18+
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /etc/apache2/sites-enabled/000-*.conf
1919

2020
COPY bookstack.conf /etc/apache2/sites-enabled/bookstack.conf
2121
RUN a2enmod rewrite

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Docker Image For [BookStack](https://github.com/ssddanbrown/BookStack)
44

5-
## Current Version: [0.11.0](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
5+
## Current Version: [0.11.1](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
66

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

3030
### Docker 1.9+

‎VERSION

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.11.1

‎docker-compose.yml

Copy file name to clipboardExpand all lines: docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- ./mysql:/var/lib/mysql
1313

1414
bookstack:
15-
image: solidnerd/bookstack:0.11.0
15+
image: solidnerd/bookstack:0.11.1
1616
depends_on:
1717
- mysql
1818
environment:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.