mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-24 21:13:02 +00:00
Fixed incorrect webuser
Lower image is now www-data
This commit is contained in:
parent
66e6e2d366
commit
fa4fc28511
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM vibroaxe/generic:supervisord
|
|||
MAINTAINER SteamCache.Net Team <team@steamcache.net>
|
||||
|
||||
ENV GENERICCACHE_VERSION 2
|
||||
ENV WEBUSER nginx
|
||||
ENV WEBUSER www-data
|
||||
ENV CACHE_MEM_SIZE 500m
|
||||
ENV CACHE_DISK_SIZE 500000m
|
||||
ENV CACHE_MAX_AGE 3560d
|
||||
|
|
Loading…
Reference in a new issue