No description
- Shell 76%
- Dockerfile 24%
| .gitea/workflows | ||
| core | ||
| .gitignore | ||
| config.env.example | ||
| docker-compose.yml | ||
| LICENSE | ||
| README.md | ||
YT-Local for docker
YT-Local in mode public instance for docker
cp -v config.env.example config.env
docker-compose up -d
Build container from source
To rebuild this container, copy this repository locally and run:
cd core/
docker build --no-cache --tag yt-local -f Dockerfile .