aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 72d6c8238d1f83886381cd0627036d968a01cda5 (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 .
```