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
22LICENCE
33.git
44docker-compose.yml
5+ Dockerfile
6+ .github
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 depends_on :
77 - bookstack
88 mysql :
9- image : mysql:5.7.33
9+ image : mysql:8.0
1010 environment :
1111 - MYSQL_ROOT_PASSWORD=secret
1212 - MYSQL_DATABASE=bookstack
@@ -20,6 +20,7 @@ services:
2020 depends_on :
2121 - mysql
2222 environment :
23+ - APP_URL=http://localhost:${DEV_PORT:-8080}
2324 - DB_HOST=mysql:3306
2425 - DB_DATABASE=bookstack
2526 - DB_USERNAME=bookstack
Original file line number Diff line number Diff line change 11version : ' 2'
22services :
33 mysql :
4- image : mysql:5.7.33
4+ image : mysql:8.0
55 environment :
66 - MYSQL_ROOT_PASSWORD=secret
77 - MYSQL_DATABASE=bookstack
You can’t perform that action at this time.
0 commit comments