#Indefinite docker "creating"

1 messages · Page 1 of 1 (latest)

glass lotus
#

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.
thorn fable
#

Can you update your docker-compose it looks out of date

glass lotus
#

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

thorn fable
#

yeah that helps