-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't bind the /htdocs folder to outside of container #118
Comments
I am also unable to set up permanent storage. I can set up the /tmp directory, but not /htdocs. I have also tried to set UMASK PUID and PGID. Without success. |
I have a workaround. Here are the steps I used. Step 1: Launch the docker container with persistent docker volume:
Step 2: Find the location of the persistent storage within docker, do a sudo cp -rfp sudo cp -rfp /var/lib/docker/volumes/<volume>/_data <location on local disk> Step 3: Update the docker-compose.yml with local persistent storage:
|
Hello,
I want to do some theme development and therefor being able to have the docker image up and running while editing my theme in /themes.
However I can't manage to bind the /htdocs in the docker container to the project folder i am using in WSL2.
Can anyone provide steps how to get access to this so I can open up the theme in an IDE?
The text was updated successfully, but these errors were encountered: