Hello @alex-oconnor,
The issue you're encountering seems to be related to the default Linux UID: 1000
. To resolve this, you can first confirm your current UID by running the following command:
echo $UID
Once you've verified the UID, update the docker-compose.yml
file accordingly, specifically around line 8, to align with your UID.
This adjustment should address the "permission denied" issue effectively. Please let me know if you need further assistance!