mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 19:43:05 +00:00
Dockerfile update to correct version of Steamcache
This commit is contained in:
parent
c5f45db869
commit
09b35f78d4
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
FROM vibroaxe/generic:supervisord
|
||||
FROM steamcache/generic:latest
|
||||
MAINTAINER SteamCache.Net Team <team@steamcache.net>
|
||||
|
||||
ENV GENERICCACHE_VERSION 2
|
||||
ENV WEBUSER www-data
|
||||
ENV CACHE_MEM_SIZE 500m
|
||||
ENV CACHE_DISK_SIZE 500000m
|
||||
ENV CACHE_DISK_SIZE 1000000m
|
||||
ENV CACHE_MAX_AGE 3560d
|
||||
ENV UPSTREAM_DNS 8.8.8.8 8.8.4.4
|
||||
ENV BEAT_TIME 1h
|
||||
|
|
Loading…
Reference in a new issue