You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following the instruction, I can access the web in localhost but I can't see the source code in the host machine. I can only access it inside the PHP docker container.
So how to expose the source code inside the docker container to the host? So I can edit it in development env?
Usually, I use the volume like this in PHP container - .:/opt/drupal, but it doesn't work in this case
The text was updated successfully, but these errors were encountered:
After following the instruction, I can access the web in localhost but I can't see the source code in the host machine. I can only access it inside the PHP docker container.
So how to expose the source code inside the docker container to the host? So I can edit it in development env?
Usually, I use the volume like this in PHP container
- .:/opt/drupal
, but it doesn't work in this caseThe text was updated successfully, but these errors were encountered: