Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Last active October 5, 2023 15:47
Show Gist options
  • Save dnburgess/5e0ba43cdc0015218da15401b7e85631 to your computer and use it in GitHub Desktop.
Save dnburgess/5e0ba43cdc0015218da15401b7e85631 to your computer and use it in GitHub Desktop.
DB Tech LANCache
version: '3.3'
services:
lancache-dns:
restart: unless-stopped
container_name: lancache-dns
ports:
- 53:53/udp
environment:
- USE_GENERIC_CACHE=true
- LANCACHE_IP=192.168.1.183
image: lancachenet/lancache-dns:latest
monolithic:
restart: unless-stopped
container_name: lancache
volumes:
- /cache/data:/data/cache
- /cache/logs:/data/logs
ports:
- 8810:80
- 8443:443
image: lancachenet/monolithic:latest
@dnburgess
Copy link
Author

The lancache IP is the IP of your server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment