Indefinite docker "creating"

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
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.
5 Replies
Covalent
CovalentOP2y ago
Covalent
CovalentOP2y ago
docker-compose.yaml
Alex Tran
Alex Tran2y ago
Can you update your docker-compose it looks out of date
Covalent
CovalentOP2y ago
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 images
Alex Tran
Alex Tran2y ago
yeah that helps 🙂

Did you find this page helpful?