IPS to use: 192.168.86.80 - 192.168.86.89 Steam sudo docker run \ --restart unless-stopped -d \ --name steam-cache \ -v /home/cacheing-server/cache/steam/data:/data/cache \ -v /home/cacheing-server/cache/steam/logs:/data/logs \ -p 192.168.86.80:80:80 \ steamcache/generic:latest Blizzard / Battle.net sudo docker run \ --restart unless-stopped -d \ --name blizzard-cache \ -v /home/cacheing-server/cache/blizzard/data:/data/cache \ -v /home/cacheing-server/cache/blizzard/logs:/data/logs \ -p 192.168.86.81:80:80 \ steamcache/generic:latest Windows sudo docker run \ --restart unless-stopped -d \ --name windows-cache \ -v /home/cacheing-server/cache/windows/data:/data/cache \ -v /home/cacheing-server/cache/windows/logs:/data/logs \ -p 192.168.86.82:80:80 \ steamcache/generic:latest sudo docker run \ --restart unless-stopped -d \ --name steamcache-dns \ -p 192.168.86.80:53:53/udp \ -e UPSTREAM_DNS=1.1.1.1 \ -e STEAMCACHE_IP=192.168.86.80 \ -e BLIZZARDCACHE_IP=192.168.86.81 \ -e WINDOWSCACHE_IP=192.168.86.82 \ steamcache/steamcache-dns:latest -------------------------------------- sudo docker run --restart unless-stopped -d --name steamcache-dns -p 192.168.86.80:53:53/udp -e UPSTREAM_DNS=1.1.1.1 -e STEAMCACHE_IP=192.168.86.80 -e BLIZZARDCACHE_IP=192.168.86.81 -e WINDOWSCACHE_IP=192.168.86.82 steamcache/steamcache-dns:latest sudo docker run --restart unless-stopped -d --name steamcache-dns -p 192.168.86.80:53:53/udp -e UPSTREAM_DNS=1.1.1.1 -e STEAMCACHE_IP=192.168.86.80 -e BLIZZARDCACHE_IP=192.168.86.81 -e WINDOWSCACHE_IP=192.168.86.82 steamcache/steamcache-dns:latest --------------------------------------- sudo docker run \ --restart unless-stopped -d \ --name sniproxy \ -p 443:443 \ steamcache/sniproxy:latest Error Log ----------------------------------------------------------------------- _ _ _ | | | | | | ___| |_ ___ __ _ _ __ ___ ___ __ _ ___| |__ ___ _ __ ___| |_ / __| __/ _ \/ _` | '_ ` _ \ / __/ _` |/ __| '_ \ / _ \ | '_ \ / _ \ __| \__ \ || __/ (_| | | | | | | (_| (_| | (__| | | | __/_| | | | __/ |_ |___/\__\___|\__,_|_| |_| |_|\___\__,_|\___|_| |_|\___(_)_| |_|\___|\__| Bootstrapping DNS from https://github.com/uklans/cache-domains Creating apple template Creating arenanet template Creating blizzard template Creating daybreak template Creating frontier template Creating gog template Creating hirez template Creating minecraft template Creating nexusmods template Creating nintendo template Creating origin template Creating riot template Creating rockstar template Creating sony template Creating steam template Creating uplay template Creating twitch template Creating wargaming template Creating wsus template Creating xboxlive template --- Enabling WINDOWS on IP 192.168.86.82 creating /etc/bind/cache/windows.db sed: /etc/bind/cache/windows.db: No such file or directory