We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804b6d9 commit 8b233aeCopy full SHA for 8b233ae
docker-compose.test.yml
@@ -21,6 +21,7 @@ services:
21
- mysql
22
environment:
23
- APP_URL=http://localhost:${DEV_PORT:-8080}
24
+ - APP_KEY=SomeRandomString
25
- DB_HOST=mysql:3306
26
- DB_DATABASE=bookstack
27
- DB_USERNAME=bookstack
0 commit comments