From deaec18748e9aef1befd01f7078d356857c85127 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 30 Sep 2021 00:54:25 -0700 Subject: [PATCH] Workaround handling connection test for github links --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6dccd50..7b257b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,4 +21,5 @@ services: - DL_LINK=https://get.5e.tools # must be set - # expects a URL with the correct content for the DL_TYPE \ No newline at end of file + # expects a URL with the correct content for the DL_TYPE + # if you're using the github type, make sure the url ends with .git \ No newline at end of file