repair docker compose
This commit is contained in:
@@ -9,8 +9,6 @@ services:
|
||||
volumes:
|
||||
- .:/var/www/html
|
||||
- ./docker/php/custom.ini:/usr/local/etc/php/conf.d/99-custom.ini
|
||||
- vendor_cache:/var/www/html/vendor
|
||||
- node_modules_cache:/var/www/html/node_modules
|
||||
environment:
|
||||
APACHE_DOCUMENT_ROOT: /var/www/html/public
|
||||
APP_ENV: local
|
||||
@@ -38,5 +36,3 @@ services:
|
||||
|
||||
volumes:
|
||||
redis_data:
|
||||
vendor_cache:
|
||||
node_modules_cache:
|
||||
|
||||
Reference in New Issue
Block a user