From 98eaf673643d823f99e9c6f42f824af9cc5137b0 Mon Sep 17 00:00:00 2001 From: ai-dev Date: Mon, 2 Sep 2024 23:41:09 +0200 Subject: [PATCH] update --- dolideb/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dolideb/config.yaml b/dolideb/config.yaml index 1ef1f72..a607b9a 100644 --- a/dolideb/config.yaml +++ b/dolideb/config.yaml @@ -9,7 +9,7 @@ url: https://dolibar.fr map: - share:rw options: - documents: "/share/smaf/documents" + before_starting_scripts: "/share/dolibarr_before_starting" image: docker.io/tuxgasy/dolibarr init: false ingress: true @@ -35,4 +35,4 @@ environment: # Define volume mappings volumes: - - /share/smaf/documents:/var/www/documents \ No newline at end of file + - /share/dolibarr_before_starting:/var/www/scripts/before-starting.d \ No newline at end of file