Hey! I imagine this is a UID error
We build the container to use the uid/gid 1000:1000
If you add this to the docker-compose, you can set the id of the container to match that of your user
user: "YOUR UID:YOUR GID"
You can find the values for that by running id
(for anyone running docker directly, this corresponds to the --user
arg)