# User ID and Group ID for Docker volume permissions # This ensures the container runs with your user's permissions # avoiding the need for root access # On Linux/WSL2, use: # UID=$(id -u) # GID=$(id -g) UID=1000 GID=1000