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