Explorar el Código

Disable host bind mount to var/log bu default

Mark Shust hace 6 años
padre
commit
a80947bf59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compose/magento-2/docker-compose.dev.yml

+ 1 - 1
compose/magento-2/docker-compose.dev.yml

@@ -13,7 +13,7 @@ services:
       - ./src/composer.json:/var/www/html/composer.json:delegated
       - ./src/composer.lock:/var/www/html/composer.lock:delegated
       - ./src/nginx.conf.sample:/var/www/html/nginx.conf:delegated
-      - ./src/var/log:/var/www/html/var/log:delegated
+      #- ./src/var/log:/var/www/html/var/log:delegated
 
   phpfpm:
     volumes: *appvolumes