Newbie help docker stock standard setup

Hi All,
Im completely new to open remote and trying to get a basic stock standard version going on my desktop. Ive followed all the instructions word for word on GitHub - openremote/openremote: 100% open-source IoT Platform - Integrate your devices, create rules, and analyse and visualise your data on a windows pc with docker. This is the error I get - any help to get me to the start line is appreciated.

C:\Users\ian\Downloads>docker-compose -p openremote up
Creating network “openremote_default” with the default driver
Creating volume “openremote_proxy-data” with default driver
Creating volume “openremote_temp-data” with default driver
Creating volume “openremote_postgresql-data” with default driver
Creating volume “openremote_btmesh-data” with default driver
Creating openremote_postgresql_1 … done
Creating openremote_keycloak_1 … error

ERROR: for openremote_keycloak_1 Cannot create container for service keycloak: user declined directory sharing C:\Users\ian\Downloads\deployment

You need to configure Docker Desktop to allow sharing of your drive.

On Windows it is also a good idea to work within your %USER_PROFILE% directory (as you seem to already be doing)