Update lancache
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
cpn-lancache_app_proxy_1:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: cpn-lancache_app_1
|
||||
APP_PORT: "8080"
|
||||
APP_PORT: "80"
|
||||
|
||||
cpn-lancache_app_1:
|
||||
app:
|
||||
image: lancachenet/monolithic:latest
|
||||
network_mode: host
|
||||
environment:
|
||||
- USE_GENERIC_CACHE=true
|
||||
- LANCACHE_IP=192.168.178.70
|
||||
@@ -29,10 +28,12 @@ services:
|
||||
|
||||
dns:
|
||||
image: lancachenet/lancache-dns:latest
|
||||
network_mode: host
|
||||
environment:
|
||||
- USE_GENERIC_CACHE=true
|
||||
- LANCACHE_IP=192.168.178.70
|
||||
- UPSTREAM_DNS=8.8.8.8
|
||||
- TZ=Europe/Berlin
|
||||
ports:
|
||||
- "53:53/udp"
|
||||
- "53:53/tcp"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user