We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1c520 commit 3f6117aCopy full SHA for 3f6117a
docker-compose.yml
@@ -20,11 +20,13 @@ services:
20
- DB_USERNAME=bookstack
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
+ - APP_URL=http://localhost:8080
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=SomeRandomStringWith32Characters
+ - APP_KEY=base64:EzZ7pcD/6bZq4ADSc3Tt846f0EZ2fsMNywXEJkIzVUo=
28
+ - APP_LANG="fa"
29
+ - APP_TIMEZONE="Asia/Tehran"
30
volumes:
31
- uploads:/var/www/bookstack/public/uploads
32
- storage-uploads:/var/www/bookstack/storage/uploads
0 commit comments