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