What method are you using to mount the nas for immich. I ran into issues trying to mount my Nas using docker volume+sshfs but ran into zero problems using docker volume/cifs. With sshfs, immich would run until it suddenly stopped working and backups would constantly fail. Restarting the server would cause it to run for a little time longer.
- 4 Posts
- 9 Comments
I think the issue might be that the config changes haven’t been properly committed. Docker container won’t just update based on docker compose config.
docker container stop docker container rm
You might want to delete and reset any settings which have been set
docker volume ls docker volume rm (IDs from docker volume ls)
(This will also wipe out any backups/accounts made on immich already tho)
But once you have deleted the old containers, running
docker compose up -d
will start the containers with the new config. You can usedocker compose logs -f
to see the server logs and check if everything is working.
blotz@lemmy.worldOPto Programmer Humor@lemmy.ml•I am the Anti-Rust programmer, I will call other languages from Rust.1·2 years agoI wouldn’t want to sully my repo with something as useful as a gitignore.
blotz@lemmy.worldOPto Programmer Humor@lemmy.ml•I am the Anti-Rust programmer, I will call other languages from Rust.1·2 years agoMy code is so
badgood, GitHub thinks I’ve uploaded an API key.
Might even say they ran like A55
blotz@lemmy.worldto Programmer Humor@programming.dev•Why pay for an OpenAI subscription?2·2 years agoThumbs are fingers and anyone who says otherwise is huffing blue paint
Never realised this was a controversial topic! xD
blotz@lemmy.worldto Programmer Humor@programming.dev•Why pay for an OpenAI subscription?1·2 years ago“I’ve used AI to make this game…”
Before artificial intelligence became a marketable buzz word, most games already included artificial intelligence (like NPCs) I guess when you have a GPT shaped hammer, everything looks like a nail.
Im looking at setting up a lemmy instance on a rpi3 with cloudflared tunnel! I’m curious to see if anyone else has done this and how it was.
Edit: I’ll give it a whirl and hopefully post an update from my new instance later!
Edit 2:
I appear to have lost my micro sd card reader! I cant write a new image hahnevermind found it!
Ah yeah that should be good. I’ve never had issues with NFS