Ajout des volumes

This commit is contained in:
Iwan Clément
2019-07-18 11:49:07 +00:00
parent 2085fdad56
commit 6ef39a7d18

View File

@@ -18,6 +18,9 @@ services:
DOLI_INSTALL_AUTO: 1 DOLI_INSTALL_AUTO: 1
DOLI_URL_ROOT: 'http://0.0.0.0' DOLI_URL_ROOT: 'http://0.0.0.0'
PHP_INI_DATE_TIMEZONE: 'Europe/Paris' PHP_INI_DATE_TIMEZONE: 'Europe/Paris'
volume:
- dolibarr_html:/var/www/html
- dolibarr_docs:/var/www/documents
ports: ports:
- "127.0.0.1:33480:80" - "127.0.0.1:33480:80"
links: links: