aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 696957ca27878150ee19b81db1403371668632f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# YT-Local for docker

YT-Local in mode public instance for docker

```console
cp -v config.env.example config.env
```

```console
docker-compose up -d
```

## Build container from source

To rebuild this container, copy this repository locally and run:

```console
cd core/
```

```console
docker build --no-cache --tag yt-local -f Dockerfile .
```