We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5bea8 commit 7bc73baCopy full SHA for 7bc73ba
docker-compose.test.yml
@@ -21,7 +21,7 @@ services:
21
- mysql
22
environment:
23
- APP_URL=http://localhost:${DEV_PORT:-8080}
24
- - APP_KEY=SomeRandomString
+ - APP_KEY=SomeRandomStringWith32Characters
25
- DB_HOST=mysql:3306
26
- DB_DATABASE=bookstack
27
- DB_USERNAME=bookstack
docker-compose.yml
@@ -24,7 +24,7 @@ services:
# APP_KEY is used for encryption where needed, so needs to be persisted to
# preserve decryption abilities.
# Can run `php artisan key:generate` to generate a key
28
volumes:
29
- uploads:/var/www/bookstack/public/uploads
30
- storage-uploads:/var/www/bookstack/storage/uploads
0 commit comments