Skip to content

Commit 3f6117a

Browse files
authored
Update docker-compose.yml
1 parent ba1c520 commit 3f6117a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ services:
2020
- DB_USERNAME=bookstack
2121
- DB_PASSWORD=secret
2222
#set the APP_ to the URL of bookstack without without a trailing slash APP_URL=https://example.com
23-
- APP_URL=http://example.com
23+
- APP_URL=http://localhost:8080
2424
# APP_KEY is used for encryption where needed, so needs to be persisted to
2525
# preserve decryption abilities.
2626
# Can run `php artisan key:generate` to generate a key
27-
- APP_KEY=SomeRandomStringWith32Characters
27+
- APP_KEY=base64:EzZ7pcD/6bZq4ADSc3Tt846f0EZ2fsMNywXEJkIzVUo=
28+
- APP_LANG="fa"
29+
- APP_TIMEZONE="Asia/Tehran"
2830
volumes:
2931
- uploads:/var/www/bookstack/public/uploads
3032
- storage-uploads:/var/www/bookstack/storage/uploads

0 commit comments

Comments
 (0)