From a9825f9bb5ccfbf0f18795824e3f494d756d5582 Mon Sep 17 00:00:00 2001 From: ponzischeme89 Date: Mon, 19 Jan 2026 02:25:53 +1300 Subject: [PATCH] README tweaks --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 46eed9d..67313f2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,17 @@ Why? Because if the cast list and IMDb/RT rating show up in the first minute, my ## Getting started To get started installing Sublogue, expand on your posion below. Personally, I recommend **Komodo**. It's great. +**Quick Start with Docker:** + +```sh +docker run -d \ + --name sublogue \ + -p 5050:5000 \ + -v /path/to/config:/config \ + -v /path/to/media:/media \ + ghcr.io/ponzischeme89/sublogue:latest +``` +
⚓ Docker Compose Create `data/` and `media/` folders next to the compose file, then run: