1
0
Files
LancacheMinimal/SETUP.md
2024-08-12 23:08:39 +02:00

484 B

Requirements

  • Docker
  • Docker-compose
apt install -y docker docker-compose

Setup

Source: Official Documentation

git clone https://github.com/lancachenet/docker-compose/ lancache
cd lancache
#Update configuration (see below for more details)
nano .env
docker-compose up -d

Add the netxt lines to the top of the .env file

CACHE_DOMAINS_REPO="https://git.bprieshof.nl/Work/LancacheMinimal.git"
CACHE_DOMAINS_BRANCH="main"