Hi
I am running immich via docker on a Linux host running docker and portainer.
I have mounted an external SMB share to storage the images and DB.
This share is set to be re mounted via the FSTAP.
The size reported in the GUI in immich is of the docker container not of the storage volume this cuases a problem as when its "full" i cannot unload any more photos.
I am using the defaul yaml file and the following vairables
UPLOAD_LOCATION=/media/qnap/immich
DB_DATA_LOCATION=/media/qnap/immich/db
IMMICH_VERSION=release
DB_PASSWORD=************
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
I am quite new with docker so i may be doing something wrong. Can anyone assist ?
.