File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
266266Pre-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)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.8'
33services :
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 :
You can’t perform that action at this time.
0 commit comments