From 3d1f2d13a6dd87d929ef1c6f2d0ba5c0984ea0e1 Mon Sep 17 00:00:00 2001 From: ponzischeme89 Date: Sun, 18 Jan 2026 00:05:44 +1300 Subject: [PATCH] readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7d372f..c01db90 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Create `data/` and `media/` folders next to the compose file, then run: version: "3.9" services: sublogue: - image: ghcr.io/onzischeme89/sublogue:latest + image: ghcr.io/ponzischeme89/sublogue:latest container_name: sublogue restart: unless-stopped environment: @@ -47,7 +47,8 @@ docker compose up -d Open `http://localhost:5000`. -### Unraid +
+ Unraid Use the included template at `unraid-sublogue.xml`. @@ -55,8 +56,10 @@ Use the included template at `unraid-sublogue.xml`. - `/mnt/user/appdata/sublogue/media` -> `/media` Start the container and open `http://:5000`. +
-### Komodo +
+ Komodo Create a new stack and paste a Komodo template like this: @@ -64,7 +67,7 @@ Create a new stack and paste a Komodo template like this: version: "3.9" services: sublogue: - image: ghcr.io/onzischeme89/sublogue:latest + image: ghcr.io/ponzischeme89/sublogue:latest container_name: sublogue ports: @@ -88,3 +91,4 @@ networks: npm_network: external: true ``` +