README tweaks

This commit is contained in:
ponzischeme89
2026-01-19 02:25:53 +13:00
parent 9345ac4331
commit a9825f9bb5
+11
View File
@@ -30,6 +30,17 @@ Why? Because if the cast list and IMDb/RT rating show up in the first minute, my
## Getting started ## Getting started
To get started installing Sublogue, expand on your posion below. Personally, I recommend **Komodo**. It's great. 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
```
<details> <details>
<summary>⚓ Docker Compose</summary> <summary>⚓ Docker Compose</summary>
Create `data/` and `media/` folders next to the compose file, then run: Create `data/` and `media/` folders next to the compose file, then run: