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