File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
- mysql
22
22
environment :
23
23
- APP_URL=http://localhost:${DEV_PORT:-8080}
24
- - APP_KEY=SomeRandomString
24
+ - APP_KEY=SomeRandomStringWith32Characters
25
25
- DB_HOST=mysql:3306
26
26
- DB_DATABASE=bookstack
27
27
- DB_USERNAME=bookstack
Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ services:
12
12
- mysql-data:/var/lib/mysql
13
13
14
14
bookstack :
15
- image : bookstack:23.06.2
16
- build :
17
- context : ./
18
- dockerfile : Dockerfile
15
+ image : solidnerd/bookstack:master
16
+ # image: bookstack:23.06.2
17
+ # build:
18
+ # context: ./
19
+ # dockerfile: Dockerfile
19
20
depends_on :
20
21
- mysql
21
22
environment :
@@ -28,7 +29,7 @@ services:
28
29
# APP_KEY is used for encryption where needed, so needs to be persisted to
29
30
# preserve decryption abilities.
30
31
# Can run `php artisan key:generate` to generate a key
31
- - APP_KEY=SomeRandomString
32
+ - APP_KEY=SomeRandomStringWith32Characters
32
33
volumes :
33
34
- uploads:/var/www/bookstack/public/uploads
34
35
- storage-uploads:/var/www/bookstack/storage/uploads
You can’t perform that action at this time.
0 commit comments