From 402d3f34e7adfe1367ff14cb3d1e8aa0e39b016a Mon Sep 17 00:00:00 2001 From: Vladimir Mikhalev Date: Sun, 12 Nov 2023 17:22:12 -0500 Subject: [PATCH] Gitea with Let's Encrypt Using Docker Compose --- gitea-traefik-letsencrypt-docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-traefik-letsencrypt-docker-compose.yml b/gitea-traefik-letsencrypt-docker-compose.yml index c90fb8d..de3d014 100644 --- a/gitea-traefik-letsencrypt-docker-compose.yml +++ b/gitea-traefik-letsencrypt-docker-compose.yml @@ -1,6 +1,6 @@ # Gitea with Let's Encrypt Using Docker Compose -# The complete installation guide is available on my https://www.heyvaldemar.com/install-gitea-using-docker-compose/ +# The complete installation guide is available on my website https://www.heyvaldemar.com/install-gitea-using-docker-compose/ # Change variables in the `.env` to meet your requirements. # Note that the `.env` file should be in the same directory as `gitea-traefik-letsencrypt-docker-compose.yml`.