`/upload/upload` directory being created.

I think I may be misunderstanding User Storage Labels and Storage Templates
I'm attaching a volume to immich-server as follows:
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - type: volume
        source: user-data
        target: /usr/src/app/upload
        volume:
          nocopy: true

I assume (maybe wrongfully) that the /usr/src/app/upload should be the root of the upload directory. In this volume I start with two empty folders to start usernameA and usernameB

I than set Storage Label for the two users to their to respective usernameA and usernameB.

Now, what I thouht would happen, would each user's uploads would go in there respective folders, while what actually happend was a new folder named upload and another folder in that for userA followed by the file such that the full path of what is created is /usr/src/app/upload/upload/3fb9942e-bdb7-4cd1-9ffc-8ca5cdedc0f4/ad9e2273-d681-47b3-b66e-3fac8b715840.pnginstead of /usr/src/app/upload/usernameA/ad9e2273-d681-47b3-b66e-3fac8b715840.png

Is there a way I can resolve this?
Was this page helpful?