Hello,
I am using docker / docker-compose for my web-applications building & testing.
The html/ directory contains all the web-app files and is owned by www-data.
How can I add the komodo-edit user to www-data or allow komodo-edit to get access to that folder?
PS: of course, I do have set the volume to mirror into the container:
webapp
volumes:
- ./webapp/html:/var/www/html
I am pretty sure, I did have it up and running already - I think, even with access into the remotely installed web-application and with access via SSH so I could manipulate “on the open heart” (eg for gaining easier access for the test-automation / modifications of the selectors…)