Update lancache
This commit is contained in:
@@ -8,7 +8,10 @@ services:
|
|||||||
|
|
||||||
app:
|
app:
|
||||||
image: lancachenet/monolithic:latest
|
image: lancachenet/monolithic:latest
|
||||||
network_mode: host
|
# network_mode: host ← ENTFERNT!
|
||||||
|
ports:
|
||||||
|
- "80:80"
|
||||||
|
- "443:443"
|
||||||
environment:
|
environment:
|
||||||
- USE_GENERIC_CACHE=true
|
- USE_GENERIC_CACHE=true
|
||||||
- LANCACHE_IP=192.168.178.70
|
- LANCACHE_IP=192.168.178.70
|
||||||
@@ -29,7 +32,10 @@ services:
|
|||||||
|
|
||||||
dns:
|
dns:
|
||||||
image: lancachenet/lancache-dns:latest
|
image: lancachenet/lancache-dns:latest
|
||||||
network_mode: host
|
# network_mode: host ← ENTFERNT!
|
||||||
|
ports:
|
||||||
|
- "53:53/udp"
|
||||||
|
- "53:53/tcp"
|
||||||
environment:
|
environment:
|
||||||
- USE_GENERIC_CACHE=true
|
- USE_GENERIC_CACHE=true
|
||||||
- LANCACHE_IP=192.168.178.70
|
- LANCACHE_IP=192.168.178.70
|
||||||
|
|||||||
Reference in New Issue
Block a user