From f4c91a1d44f4c9b4618f8f458c88dc0c6c128fc5 Mon Sep 17 00:00:00 2001 From: Benjamin Barbeau <73616169+Ategon@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:36:12 -0500 Subject: [PATCH] Fix image link (#7) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa1bfc2..d69ee2d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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). \ No newline at end of file +You can trigger a job to send a test notification for testing your notification setup. See [Test notification](#35-test-notification).