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