tuxgasy/docker-dolibarr

Persist volume errors

Opened this issue · 0 comments

mth3r commented

If I map the "html" directory to a volume in my docker compose, the folder is created, but no files are written so it fails. I can make the "custom" folder persist, but the html directory is the issue.

 volumes:
   - ${VOL_PATH}/Dolibarr/html:/var/www/html
   - ${VOL_PATH}/Dolibarr/docs:/var/www/documents
   - ${VOL_PATH}/Dolibarr/html/custom:/var/www/html/custom