chore(docker): remove .env volume mount from compose

This commit is contained in:
2025-12-14 01:48:23 +03:30
parent 16a94d8d55
commit 48f87ce821

View File

@@ -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: