Skip to content

Commit 0728a23

Browse files
committed
Patch test compose file to specify required vars
1 parent ac5dac2 commit 0728a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
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)