fix: add persistent storage for Dolibarr documents and custom modules
This commit is contained in:
parent
a528f4c3d1
commit
c640c98cfb
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ services:
|
|||
- DOLI_CRON=${DOLI_CRON:-0}
|
||||
- DOLI_INIT_DEMO=${DOLI_INIT_DEMO:-0}
|
||||
- DOLI_COMPANY_NAME=${DOLI_COMPANY_NAME:-MyBigCompany}
|
||||
volumes:
|
||||
- dolibarr_docs:/var/www/documents
|
||||
- dolibarr_custom:/var/www/html/custom
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
||||
interval: 2s
|
||||
|
|
|
|||
Loading…
Reference in a new issue