# YT-Local for docker
YT-Local in mode public instance for docker
```consolecp -v config.env.example config.env``````consoledocker-compose up -d```## Build container from source
To rebuild this container, copy this repository locally and run:
```consolecd core/``````consoledocker build --no-cache --tag yt-local -f Dockerfile .```