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

Sign up
Appearance settings

Commit 14569fb

Browse files
Merge pull request #32 from solidnerd/upgrade-to-0.16.1
Upgrade Bookstack to 0.16.1
2 parents db03832 + 9397460 commit 14569fb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:7.0-apache
22

33
ENV BOOKSTACK=BookStack \
4-
BOOKSTACK_VERSION=0.16.0 \
4+
BOOKSTACK_VERSION=0.16.1 \
55
BOOKSTACK_HOME="/var/www/bookstack"
66

77
RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng12-dev wget libldap2-dev libtidy-dev \

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![](https://images.microbadger.com/badges/image/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/commit/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own commit badge on microbadger.com") [![](https://images.microbadger.com/badges/version/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/license/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own license badge on microbadger.com")
44

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

77
### Changes
88
In 0.12.2 we removed `DB_PORT` . You can now specify the port via `DB_HOST` like `DB_HOST=mysql:3306`
@@ -31,7 +31,7 @@ docker run -d --name bookstack-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret
3131
```
3232
2. BookStack Container:
3333
```bash
34-
docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 solidnerd/bookstack:0.16.0
34+
docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 solidnerd/bookstack:0.16.1
3535
```
3636

3737
### #Docker 1.9+
@@ -58,7 +58,7 @@ docker run -d --net bookstack_nw \
5858
-e DB_USERNAME=bookstack \
5959
-e DB_PASSWORD=secret \
6060
-p 8080:80 \
61-
solidnerd/bookstack:0.16.0
61+
solidnerd/bookstack:0.16.1
6262
```
6363

6464
After the steps you can visit [http://localhost:8080](http://localhost:8080) . You can login with username 'admin@admin.com' and password 'password'.

‎VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.0
1+
0.16.1

‎docker-compose.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- mysql-data:/var/lib/mysql
1313

1414
bookstack:
15-
image: solidnerd/bookstack:0.16.0
15+
image: solidnerd/bookstack:0.16.1
1616
depends_on:
1717
- mysql
1818
environment:

‎docker-entrypoint.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ ! -f '$BOOKSTACK_HOME/.env' ]; then
1313
# Environment
1414
APP_ENV=production
1515
APP_DEBUG=${APP_DEBUG:-false}
16-
APP_KEY=${APP_KEY:-SomeRandomString}
16+
APP_KEY=${APP_KEY:-SomeRandomStringWith32Characters}
1717
1818
# The below url has to be set if using social auth options
1919
# or if you are not using BookStack at the root path of your domain.
@@ -103,7 +103,7 @@ else
103103
echoerr wait-for-db: timeout out after 15 seconds waiting for ${DB_HOST_NAME}:${DB_PORT}
104104
fi
105105

106-
composer install
106+
composer install
107107

108108
php artisan key:generate
109109

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /