@anyt @mbessolov When I create the Docker environment (branch 2.6) for a OroCRM application **v2.6.17**, I access the root page of system (http://localhost:[external-port-of-container-oro_webserver_1]) by first time and appears the following message: ``` You are not allowed to access this file. Check app_dev.php for more information. ``` In order to work, I need to comment these lines on `[my-orocrm-application]/web/app_dev.php`: https://github.com/oroinc/crm-application/blob/54fabca05809c241acef93e5e9f1116511eb207c/web/app_dev.php#L20-L21 Is that a bug? Or I missing to configure something?
@anyt @mbessolov
When I create the Docker environment (branch 2.6) for a OroCRM application v2.6.17, I access the root page of system (http://localhost:[external-port-of-container-oro_webserver_1]) by first time and appears the following message:
In order to work, I need to comment these lines on
[my-orocrm-application]/web/app_dev.php: https://github.com/oroinc/crm-application/blob/54fabca05809c241acef93e5e9f1116511eb207c/web/app_dev.php#L20-L21Is that a bug? Or I missing to configure something?