Skip to content

Commit 8663071

Browse files
committed
docs: update GHCR image references to baker-scripts org
1 parent 2f1f178 commit 8663071

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ docker run -d \
244244
-e PUID=1000 \
245245
-e PGID=1000 \
246246
-v ./config:/config \
247-
ghcr.io/bakerboy448/redditmodlog:1
247+
ghcr.io/baker-scripts/redditmodlog:1
248248
249249
# 4. Using Docker Compose (recommended)
250250
docker compose up -d
@@ -270,7 +270,7 @@ docker run -d \
270270
-e REDDIT_PASSWORD=your_password \
271271
-e SOURCE_SUBREDDIT=yoursubreddit \
272272
-v ./config:/config \
273-
ghcr.io/bakerboy448/redditmodlog:1
273+
ghcr.io/baker-scripts/redditmodlog:1
274274
```
275275
276276
### Docker Compose Example
@@ -280,7 +280,7 @@ version: '3.8'
280280
281281
services:
282282
redditmodlog-opensignups:
283-
image: ghcr.io/bakerboy448/redditmodlog:1
283+
image: ghcr.io/baker-scripts/redditmodlog:1
284284
container_name: redditmodlog-opensignups
285285
restart: unless-stopped
286286
environment:
@@ -321,13 +321,13 @@ services:
321321
Pre-built images available at GitHub Container Registry:
322322
323323
**Recommended Tags:**
324-
- `ghcr.io/bakerboy448/redditmodlog:1` - Major version (gets v1.x.x updates automatically)
325-
- `ghcr.io/bakerboy448/redditmodlog:1.4` - Minor version (gets v1.4.x patches only)
326-
- `ghcr.io/bakerboy448/redditmodlog:1.4.3` - Specific version (pinned, no updates)
324+
- `ghcr.io/baker-scripts/redditmodlog:1` - Major version (gets v1.x.x updates automatically)
325+
- `ghcr.io/baker-scripts/redditmodlog:1.4` - Minor version (gets v1.4.x patches only)
326+
- `ghcr.io/baker-scripts/redditmodlog:1.4.3` - Specific version (pinned, no updates)
327327
328328
**Other Tags:**
329-
- `ghcr.io/bakerboy448/redditmodlog:latest` - Always latest build (use with caution)
330-
- `ghcr.io/bakerboy448/redditmodlog:sha-<commit>` - Specific commit SHA
329+
- `ghcr.io/baker-scripts/redditmodlog:latest` - Always latest build (use with caution)
330+
- `ghcr.io/baker-scripts/redditmodlog:sha-<commit>` - Specific commit SHA
331331
332332
**Architectures:** `linux/amd64`, `linux/arm64`
333333

0 commit comments

Comments
 (0)