From a0c2648cf062334bd279c44e47fb129fff1dd6fc 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 --- 5etools-docker/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/5etools-docker/docker-compose.yml b/5etools-docker/docker-compose.yml index 6dccd509..7b257b8f 100644 --- a/5etools-docker/docker-compose.yml +++ b/5etools-docker/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