aboutsummaryrefslogtreecommitdiff
path: root/articles/2025/Mailcow-Docker-too-many-requests.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/2025/Mailcow-Docker-too-many-requests.html')
-rwxr-xr-xarticles/2025/Mailcow-Docker-too-many-requests.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/articles/2025/Mailcow-Docker-too-many-requests.html b/articles/2025/Mailcow-Docker-too-many-requests.html
new file mode 100755
index 0000000..619879a
--- /dev/null
+++ b/articles/2025/Mailcow-Docker-too-many-requests.html
@@ -0,0 +1,38 @@
+<!doctype html>
+<html lang="EN">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="/style.css">
+ <title>Mailcow Docker too many requests</title>
+ </head>
+ <body>
+ <header>
+ <h1>Bloggings</h1>
+ <a href="/index.php">Back</a>
+
+ </header>
+
+<main>
+<article>
+<h2>Mailcow Docker too many requests</h2>
+<h3>2025-04-29</h3>
+<h4>Dcker changes</h4>
+<p>While updating Mailcow this morning Docker gave me a "too many requests" error.</p>
+<p>It seems that Docker now limits the IPv6’s subnet instead of the IPv6 address itself, which
+could mean your pull limit is shared.</p>
+<p>To fix this you can create a personal account at docker.com, this will allow 200 image pulls per 6 hours.
+My Mailcow installation does 7 pulls for an update.</p>
+<p><a href="https://hub.docker.com/signup">Docker account creation</a></p>
+<p>Once the account created, copy the personal access token, go back to your server and enter docker login -u (login)</p>
+<p>Mailcow will now update without error.</p>
+</article>
+</main>
+<footer>
+
+<p>&nbsp;</p>
+
+<p>§</p>
+ </footer>
+</body>
+</html>