Jump to content

Miller2690

Member
  • Posts

    1
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Miller2690's Achievements

  1. i got data coming through the server, but it does not pull any data from the cache folder. how do i fix this? i followed the guide step by step, but it didn't work, then i changed some things according to other people in the post and actually got Data to come through, I opened all the IP's, turned off the firewall [on the server], ports are forwarded, everything should be right, just wanna make sure Steam and Battle.net works for now, then i can always add more. these are the commands i use: docker run --restart unless-stopped -d --name steam-cache -v /cache/steam/data:/data/cache -v /cache/steam/logs:/data/logs -p 192.168.0.210:80:80 -e CACHE_MAX_AGE=60d steamcache/generic:latest docker run --restart unless-stopped -d --name blizzard-cache -v /cache/battlenet/data:/data/cache -v /cache/battlenet/logs:/data/logs -p 192.168.0.211:80:80 -e CACHE_MAX_AGE=60d steamcache/generic:latest docker run --restart unless-stopped --name steamcache-dns -p 192.168.0.210:53:53/udp -e UPSTREAM_DNS=1.1.1.1 -e STEAMCACHE_IP=192.168.0.210 -e BLIZZARDCACHE_IP=192.168.0.211 steamcache/steamcache-dns:latest
×