Skip to content

Commit

Permalink
Fix image link (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ategon committed Mar 4, 2024
1 parent aa04fb4 commit f4c91a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -76,7 +76,7 @@ First, set up [Lemmy Webhook](https://github.com/RikudouSage/LemmyWebhook) as we
Add the following to your Docker Compose file, and update the environment variables as applicable:
```
automod:
image: rikudousage/lemmy-automod
image: ghcr.io/rikudousage/lemmy-automod:latest
environment:
- LEMMY_USER=Automod # Automod lemmy username
- LEMMY_INSTANCE=lemmings.world # Automod lemmy instance hostname
Expand Down Expand Up @@ -470,4 +470,4 @@ For example:

### Send a test notification

You can trigger a job to send a test notification for testing your notification setup. See [Test notification](#35-test-notification).
You can trigger a job to send a test notification for testing your notification setup. See [Test notification](#35-test-notification).

0 comments on commit f4c91a1

Please sign in to comment.