Skip to content

Commit 36c2ccb

Browse files
committed
fix: correct Docker image name to redditmodlog
1 parent 8cb14e5 commit 36c2ccb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ docker run -d \
236236
-e PGID=1000 \
237237
-v ./data:/app/data \
238238
-v ./logs:/app/logs \
239-
ghcr.io/bakerboy448/reddit-modlog:latest
239+
ghcr.io/bakerboy448/redditmodlog:latest
240240
```
241241
242242
### Docker Environment Variables
@@ -264,7 +264,7 @@ ANONYMIZE_MODERATORS=true
264264
### Docker Image
265265
266266
Pre-built images available at:
267-
- `ghcr.io/bakerboy448/reddit-modlog:latest`
267+
- `ghcr.io/bakerboy448/redditmodlog:latest`
268268
- Multi-architecture: `linux/amd64`, `linux/arm64`
269269
270270
## Systemd Service (Production)

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.8'
33
services:
44
modlog-bot:
55
build: .
6-
image: ghcr.io/bakerboy448/reddit-modlog:latest
6+
image: ghcr.io/bakerboy448/redditmodlog:latest
77
container_name: reddit-modlog-bot
88
restart: unless-stopped
99
environment:

0 commit comments

Comments
 (0)