From 1f7044c75247d73584352a771202760e575c3be3 Mon Sep 17 00:00:00 2001
From: piuvas silly <barn-zoology-kilt@duck.com>
Date: Sat, 21 Sep 2024 00:09:33 +0000
Subject: [PATCH 1/2] fix mcaptcha.

---
 compose_example.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/compose_example.yml b/compose_example.yml
index 15df128eff..2243c1701d 100644
--- a/compose_example.yml
+++ b/compose_example.yml
@@ -53,7 +53,7 @@ services:
 #    restart: always
 #    image: mcaptcha/mcaptcha:latest
 #    networks:
-#      shonks:
+#      shonk:
 #        aliases:
 #          - localhost
 #    ports:
@@ -63,6 +63,8 @@ services:
 #    environment:
 #      PORT: 7493
 #      MCAPTCHA_redis_URL: "redis://mcaptcha_redis/"
+#      MCAPTCHA_allow_registration: true
+#      MCAPTCHA_server_DOMAIN: "ChangeThis"
 #    depends_on:
 #      db:
 #        condition: service_healthy
@@ -72,7 +74,7 @@ services:
 #  mcaptcha_redis:
 #    image: mcaptcha/cache:latest
 #    networks:
-#      - shonks
+#      - shonk
 #    healthcheck:
 #      test: "redis-cli ping"
 #      interval: 5s

From dc806e060564bfa3cf6ffaeebb39b6a6f7aaa870 Mon Sep 17 00:00:00 2001
From: piuvas silly <barn-zoology-kilt@duck.com>
Date: Sat, 21 Sep 2024 00:27:34 +0000
Subject: [PATCH 2/2] Update compose_example.yml

---
 compose_example.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compose_example.yml b/compose_example.yml
index 2243c1701d..0db8b04dc6 100644
--- a/compose_example.yml
+++ b/compose_example.yml
@@ -64,7 +64,7 @@ services:
 #      PORT: 7493
 #      MCAPTCHA_redis_URL: "redis://mcaptcha_redis/"
 #      MCAPTCHA_allow_registration: true
-#      MCAPTCHA_server_DOMAIN: "ChangeThis"
+#      MCAPTCHA_server_DOMAIN: "example.tld"
 #    depends_on:
 #      db:
 #        condition: service_healthy