From 5c1287cf2d0516887a67a343dd0cb580efa9e05a Mon Sep 17 00:00:00 2001 From: olomana Date: Tue, 21 Feb 2023 21:35:39 +0000 Subject: [PATCH] Add reminder in traefik readme --- traefik/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/traefik/README.md b/traefik/README.md index fd9363f..8e6bad4 100644 --- a/traefik/README.md +++ b/traefik/README.md @@ -6,6 +6,8 @@ For setup I followed this official Traefik tutorial: https://doc.traefik.io/trae `https://doc.traefik.io/traefik/user-guides/docker-compose/basic-example/` is also a good reference. +GENERAL NOTE: Don't restart the container that often because it issues Let'sEncrypt challenges that can get you rate limited quickly. (1hr cooldown) + ### Baby Steps Setup ##### Step 1