From 381a4598837ac38b07b7020ab8d70ed1ba7f7ae2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 8 Sep 2024 22:02:53 +0200 Subject: [PATCH] Update doc --- README.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.template b/README.template index e672075..241371f 100644 --- a/README.template +++ b/README.template @@ -217,7 +217,10 @@ services: DOLI_DB_PASSWORD: root DOLI_DB_NAME: dolibarr DOLI_URL_ROOT: 'http://0.0.0.0' - PHP_INI_DATE_TIMEZONE: 'Europe/Paris' + DOLI_ADMIN_LOGIN: 'admin' + DOLI_ADMIN_PASSWORD: 'admin' + DOLI_INIT_DEMO: 0 + DOLI_CRON: 0 volumes : - volume-scripts:/var/www/scripts/docker-init.d - before-starting-scripts:/var/www/scripts/before-starting.d