Steam Lancache Prefiller on a cronjob.
2.1K
This container image builds on-top of the existing tpill90/steam-lancache-prefill image.
Because I have a bad internet connection and don't enjoy keeping my desktop PC running 24/7 I've made this container image.
All it does is start up steam-lancache-prefill at 4am which will then verify if all your selected games have are up-to-date.
If there are any updates available it will start downloading.
This way the next time you boot up your desktop computer you know that whichever game you play will be quicker to update as you've already downloaded the update internally.
Use docker exec to sign into Steam and select the games you wish to preload.
docker exec -it lancache-prefill-cron /SteamPrefill select-apps
services:
lancache-prefill-cron:
container_name: lancache-prefill-cron
image: yimura/lancache-prefill-cron:latest
restart: unless-stopped
volumes:
- /opt/docker/SteamPrefill:/Config
Content type
Image
Digest
sha256:b5084d3c7…
Size
85.4 MB
Last updated
6 months ago
docker pull yimura/lancache-prefill-cron