yt-local-docker/README.md
2021-05-22 17:41:55 -05:00

24 lines
358 B
Markdown

# 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 .
```