matszwe02
matszwe02
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
ok, I basically wrote a script already that does that, but I need to restart that container each time the usb re-mounts. Thanks again 😄
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
yeah, will fstab prevent that from happening?
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
that happens once every a month or so
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
ok, rebooting worked! Thanks for the help 🙂
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
I think I have everything set up properly with mounting, but yeah, restarting docker container should help
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
thanks, I'll keep that in mind when I'll be rewriting things 🙂
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
that's local, usb drive
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
umount
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
is it possible that it unmounted briefly and docker can't use it anymore?
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
it's a mount point
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
No description
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
here's my configuration, maybe I miss something
services:



immich:
container_name: immich
image: ghcr.io/immich-app/immich-server:release
restart: unless-stopped
runtime: nvidia

env_file:
- .env

environment:
- DB_USERNAME=postgres
- DB_PASSWORD=postgres
- DB_DATABASE_NAME=immich

volumes:
- ${MEDIA_DIR}/immich:/usr/src/app/upload
- ${NAS_DIR}/pic:/usr/src/app/external/pic
- ${NAS_DIR}/nas/phone:/usr/src/app/external/phone

depends_on:
- redis
- database

devices:
- /dev/dri:/dev/dri

networks:
immich_network:
dns_cf_network:
ipv4_address: 10.0.0.80
services:



immich:
container_name: immich
image: ghcr.io/immich-app/immich-server:release
restart: unless-stopped
runtime: nvidia

env_file:
- .env

environment:
- DB_USERNAME=postgres
- DB_PASSWORD=postgres
- DB_DATABASE_NAME=immich

volumes:
- ${MEDIA_DIR}/immich:/usr/src/app/upload
- ${NAS_DIR}/pic:/usr/src/app/external/pic
- ${NAS_DIR}/nas/phone:/usr/src/app/external/phone

depends_on:
- redis
- database

devices:
- /dev/dri:/dev/dri

networks:
immich_network:
dns_cf_network:
ipv4_address: 10.0.0.80
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
mount point still there
30 replies
IImmich
Created by matszwe02 on 4/15/2025 in #help-desk-support
Media disappearing from immich
ok, I see, everything is in trash. I click on the "restore all", but nothing happens
30 replies