How to properly Point to a local edx-platform dev?

Hi! I’m trying to map the edx-platform folder that is on my computer to the volume of the tutor’s docker container, however, when I try to start the tutor dev init or tutor dev start services, the services are not accessible or start. However, when I remove the mapping everything works.

I’m configuring it this way:

image

Another question:

How i can expose ecommerce and discovery on dev mode?

Hi @ejklock! Are you trying to access the discovery service at http://0.0.0.0:8381? This will not work, as the 0.0.0.0 is not in the allowed hosts. Instead, you should access the service at http://discovery.local.overhang.io:8381, as explained in the plugin readme.