File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Docker Stack For [ BookStack] ( https://github.com/BookStackApp/BookStack )
22
3- [ ![ DockerHub] ( https://img.shields.io/docker/cloud/build/zeigren/bookstack )] ( https://hub.docker.com/r /zeigren/bookstack)
3+ ![ DockerHub Build Status ] ( https://img.shields.io/docker/cloud/build/zeigren/bookstack )
44![ Docker Image Size (latest)] ( https://img.shields.io/docker/image-size/zeigren/bookstack/latest )
5- [ ![ MicroBadger] ( https://images.microbadger.com/badges/version/zeigren/bookstack.svg )] ( https://microbadger.com/images/zeigren/bookstack )
6- [ ![ MicroBadger] ( https://images.microbadger.com/badges/commit/zeigren/bookstack.svg )] ( https://microbadger.com/images/zeigren/bookstack )
75![ Docker Pulls] ( https://img.shields.io/docker/pulls/zeigren/bookstack )
86
97## Tags
108
119- latest
10+ - 21.04.2
1211- 0.31.8
1312- 0.30.1
1413- 0.30.0
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ DB_USERNAME=${DB_USERNAME:-bookstack}
4848DB_PASSWORD=${DB_PASSWORD:- password}
4949
5050# Mail system to use
51- # Can be 'smtp', 'mail' or 'sendmail'
51+ # Can be 'smtp' or 'sendmail'
5252MAIL_DRIVER=${MAIL_DRIVER:- smtp}
5353
5454# Mail sending options
@@ -70,6 +70,7 @@ SESSION_DRIVER=${SESSION_DRIVER:-file}
7070# Session configuration
7171SESSION_LIFETIME=${SESSION_LIFETIME:- 120}
7272SESSION_COOKIE_NAME=${SESSION_COOKIE_NAME:- bookstack_session}
73+ SESSION_COOKIE_PATH=${SESSION_COOKIE_PATH:-/ }
7374SESSION_SECURE_COOKIE=${SESSION_SECURE_COOKIE:- false}
7475
7576# Cache key prefix
You can’t perform that action at this time.
0 commit comments