RuntipiR
Runtipi2y ago
17 replies
kevinskymountain

Docker compose fails after reboot

Part of this problem is not Tipi. I am running this on VmWare and when I shut the Ubuntu server down I think the system does not allow enough time for docker to shut down leading to file errors. I fixed the file errors with fsck but after reboot the server starts, tipi starts, other tipi apps start but plex does not start with this error
cat error.log
worker: 2024-05-22T00:21:56.969Z - error > An error occurred: Command failed: docker-compose --env-file /app-data/plex/app.env --project-name plex -f /data/apps/plex/docker-compose.yml -f /data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/docker-compose.common.yml up --detach --force-recreate --remove-orphans --pull always
time="2024-05-22T00:21:56Z" level=warning msg="/data/apps/plex/docker-compose.yml:
version
is obsolete"
time="2024-05-22T00:21:56Z" level=warning msg="/data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/docker-compose.common.yml:
version
is obsolete"
unable to get image 'lscr.io/linuxserver/plex:1.40.2': Error response from daemon: layer does not exist

How do I fix the docker compose and how do I allow more time for the system to shut down docker?
Was this page helpful?