chore(docker): remove .env volume mount from compose
This commit is contained in:
@@ -7,7 +7,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./src:/var/www/html/src
|
- ./src:/var/www/html/src
|
||||||
- ./vendor:/var/www/html/vendor
|
- ./vendor:/var/www/html/vendor
|
||||||
- ./.env:/var/www/html/.env
|
|
||||||
- ./docker/php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
|
- ./docker/php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
|
|||||||
Reference in New Issue
Block a user