From 67ec34ccf3dd38474b7e835088706af4925cdb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Thu, 18 Jul 2019 11:51:08 +0000 Subject: [PATCH] Plusieurs volumes --- dolibarr/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dolibarr/docker-compose.yaml b/dolibarr/docker-compose.yaml index a1a89a0..058b1cb 100644 --- a/dolibarr/docker-compose.yaml +++ b/dolibarr/docker-compose.yaml @@ -5,7 +5,7 @@ services: environment: MYSQL_ROOT_PASSWORD: GttDSvb774hThh_56 MYSQL_DATABASE: dolibarr_db - volume: + volumes: - wp_iade-lyon_wordpress_db:/var/lib/mysql web: @@ -20,7 +20,7 @@ services: DOLI_INSTALL_AUTO: 1 DOLI_URL_ROOT: 'http://0.0.0.0' PHP_INI_DATE_TIMEZONE: 'Europe/Paris' - volume: + volumes: - dolibarr_html:/var/www/html - dolibarr_docs:/var/www/documents ports: