diff --git a/docs/docs/developer/setup.md b/docs/docs/developer/setup.md index f262743dcd..23c1862c19 100644 --- a/docs/docs/developer/setup.md +++ b/docs/docs/developer/setup.md @@ -48,7 +48,6 @@ You can access the web from `http://your-machine-ip:3000` or `http://localhost:3 **Notes:** - The "web" development container runs with uid 1000. If that uid does not have read/write permissions on the mounted volumes, you may encounter errors -- In case of rootless docker setup, you need to use root within the container, otherwise you will encounter read/write permission related errors, see comments in `docker/docker-compose.dev.yml`. #### Connect web to a remote backend