Skip to content

Commit 8b233ae

Browse files
committed
Patch test compose file to specify required vars
1 parent 804b6d9 commit 8b233ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ services:
2121
- mysql
2222
environment:
2323
- APP_URL=http://localhost:${DEV_PORT:-8080}
24+
- APP_KEY=SomeRandomString
2425
- DB_HOST=mysql:3306
2526
- DB_DATABASE=bookstack
2627
- DB_USERNAME=bookstack

0 commit comments

Comments
 (0)