From 6ef39a7d18abba223b1ca2ed74c478dd44df3ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Thu, 18 Jul 2019 11:49:07 +0000 Subject: [PATCH] Ajout des volumes --- dolibarr/docker-compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dolibarr/docker-compose.yaml b/dolibarr/docker-compose.yaml index d095d81..0943f4a 100644 --- a/dolibarr/docker-compose.yaml +++ b/dolibarr/docker-compose.yaml @@ -18,6 +18,9 @@ services: DOLI_INSTALL_AUTO: 1 DOLI_URL_ROOT: 'http://0.0.0.0' PHP_INI_DATE_TIMEZONE: 'Europe/Paris' + volume: + - dolibarr_html:/var/www/html + - dolibarr_docs:/var/www/documents ports: - "127.0.0.1:33480:80" links: