We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03907dd commit ac5dac2Copy full SHA for ac5dac2
docker-compose.yml
@@ -21,6 +21,10 @@ services:
21
- DB_PASSWORD=secret
22
#set the APP_ to the URL of bookstack without without a trailing slash APP_URL=https://example.com
23
- APP_URL=http://example.com
24
+ # APP_KEY is used for encryption where needed, so needs to be persisted to
25
+ # preserve decryption abilities.
26
+ # Can run `php artisan key:generate` to generate a key
27
+ - APP_KEY=SomeRandomString
28
volumes:
29
- uploads:/var/www/bookstack/public/uploads
30
- storage-uploads:/var/www/bookstack/storage/uploads
0 commit comments