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