Update lancache
This commit is contained in:
@@ -9,8 +9,7 @@ services:
|
||||
app:
|
||||
image: lancachenet/monolithic:latest
|
||||
environment:
|
||||
# USE_GENERIC_CACHE=true
|
||||
- USE_ALL_SERVICES=true
|
||||
- USE_GENERIC_CACHE=true
|
||||
- LANCACHE_IP=192.168.178.70
|
||||
- UPSTREAM_DNS=8.8.8.8
|
||||
- CACHE_ROOT=/data/cache
|
||||
@@ -18,6 +17,9 @@ services:
|
||||
- CACHE_INDEX_SIZE=500m
|
||||
- CACHE_MAX_AGE=3650d
|
||||
- TZ=Europe/Berlin
|
||||
ports:
|
||||
- "8080:8080/tcp"
|
||||
- "443:443/tcp"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/cache:/data/cache
|
||||
@@ -30,11 +32,7 @@ services:
|
||||
dns:
|
||||
image: lancachenet/lancache-dns:latest
|
||||
environment:
|
||||
# USE_GENERIC_CACHE=true
|
||||
- STEAM_IP=192.168.178.70
|
||||
- BLIZZARD_IP=192.168.178.70
|
||||
- EPICGAMES_IP=192.168.178.70
|
||||
- USE_ALL_SERVICES=true
|
||||
- USE_GENERIC_CACHE=true
|
||||
- LANCACHE_IP=192.168.178.70
|
||||
- UPSTREAM_DNS=8.8.8.8
|
||||
- TZ=Europe/Berlin
|
||||
|
||||
Reference in New Issue
Block a user