Setting up Immich on a flashdrive in Windows 10

Hi, I'm new to Immich and fairly new to Linux systems in general, and I'm having trouble with setup. I've installed Docker Destop with defaults, then I created immich-app on my flashdrive (G:) and placed .env and docker-compose.yml inside immich-app. My .env is:
UPLOAD_LOCATION="G:/immich-app/library"
DB_DATA_LOCATION="G:/immich-app/postgres"
IMMICH_VERSION=release
DB_PASSWORD=<alphanumeric password i chose>
#########################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich

The compose file is default, I haven't changed it at all. Immich starts normal, and I can set it up from a browser, upload, and interface with the photos without issue. But the files aren't being stored on the G: drive when I upload them. Instead, they are put in \wsl.localhost/docker-desktop/mnt/host/g/immich-app. I'm not sure how to change this so they are stored just on my flashdrive, not taking up space on my main C: drive.
Was this page helpful?