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
```
+