Indefinite docker "creating"
I've been using immich for a bit now. For the past couple weeks though, docker just does this:
It will hang on "creating" forever (I've left it running in tmux for days just to see). All other docker services work fine on my system (I use calibre, joplin, and some others). I do wonder if this has to do with an outdated compose file that I never properly updated? I will include so hopefully you guys can help me out (:
Also the "creating" screen can never be escaped.
Ctrl + C
and Ctrl + Z
don't get rid of it, I have to ssh in again.5 Replies
.env
docker-compose.yaml
Can you update your docker-compose it looks out of date
oh wow the compose has changed a lot more than I thought it did
okay so solution!
1. I ran out of space so I did
docker system prune -a
2. I updated the compose file to the new one
This was a silly mistake but I hope if someone has the same error in the future they can find this (:
80GB of space runs out quick with docker imagesyeah that helps
🙂