File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ README.md
2
2
LICENCE
3
3
.git
4
4
docker-compose.yml
5
+ Dockerfile
6
+ .github
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
depends_on :
7
7
- bookstack
8
8
mysql :
9
- image : mysql:5.7.33
9
+ image : mysql:8.0
10
10
environment :
11
11
- MYSQL_ROOT_PASSWORD=secret
12
12
- MYSQL_DATABASE=bookstack
@@ -20,6 +20,7 @@ services:
20
20
depends_on :
21
21
- mysql
22
22
environment :
23
+ - APP_URL=http://localhost:${DEV_PORT:-8080}
23
24
- DB_HOST=mysql:3306
24
25
- DB_DATABASE=bookstack
25
26
- DB_USERNAME=bookstack
Original file line number Diff line number Diff line change 1
1
version : ' 2'
2
2
services :
3
3
mysql :
4
- image : mysql:5.7.33
4
+ image : mysql:8.0
5
5
environment :
6
6
- MYSQL_ROOT_PASSWORD=secret
7
7
- MYSQL_DATABASE=bookstack
You can’t perform that action at this time.
0 commit comments