From f5ff6eb4e5dce5bd6d06d4344752d9909ab00521 Mon Sep 17 00:00:00 2001 From: Daniel Brendel Date: Thu, 15 May 2025 02:22:32 +0200 Subject: [PATCH] Add to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2b23317..d16843d 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,13 @@ Set your prefered timezone. Default is UTC. APP_TIMEZONE: "UTC" ``` +If you want composer dependencies to be updated when the app container starts, set the following setting +```yaml +# Update composer dependencies during start if set to true +# services.app.environment +APP_UPDATEDEPS: "true" +``` + Set database settings if required. It is encouraged to set custom passwords due to security reasons. All other settings can be left unaltered. ```yaml # Settings used to establish connections to the database