diff --git a/Updating.md b/Updating.md index 39f511f..8f01540 100644 --- a/Updating.md +++ b/Updating.md @@ -26,4 +26,9 @@ $ shards update && shards install $ crystal build src/invidious.cr --release $ exit $ sudo systemctl restart invidious.service +``` + +#### With Docker: +```bash +$ docker-compose pull && docker-compose up --force-recreate --build && docker image prune -f ``` \ No newline at end of file