Initial commit
This commit is contained in:
23
SETUP.md
Normal file
23
SETUP.md
Normal file
@@ -0,0 +1,23 @@
|
||||
## Requirements
|
||||
* Docker
|
||||
* Docker-compose
|
||||
|
||||
```
|
||||
apt install -y docker docker-compose
|
||||
```
|
||||
|
||||
## Setup
|
||||
Source: [Official Documentation](https://lancache.net/docs/)
|
||||
```
|
||||
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"
|
||||
```
|
||||
Reference in New Issue
Block a user