I've been using immich for a bit now. For the past couple weeks though, docker just does this:
covalent@hetzner1:~/docker/docker-immich$ docker compose up -d
[+] Building 0.0s (0/0)
[+] Running 0/5
⠏ Container immich_web Creating 8.0s
⠏ Container immich_typesense Creating 8.0s
⠏ Container immich_postgres Creating 8.0s
⠏ Container immich_machine_learning Creating 8.0s
⠏ Container immich_redis Creating 8.0s```
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.