From 6b120115506ccadf0429aaf05bac6eb48d130177 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 2 Oct 2025 19:40:32 +0200 Subject: [PATCH] Update shlink.yaml - Fixing double https:// in web app In Shlink web app there was an double "https://https://" before every short url. Fixed by using SERVICE_FQDN_SHLINK for "DEFAULT_DOMAIN" --- templates/compose/shlink.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/shlink.yaml b/templates/compose/shlink.yaml index 141634850..6d1226970 100644 --- a/templates/compose/shlink.yaml +++ b/templates/compose/shlink.yaml @@ -9,7 +9,7 @@ services: image: shlinkio/shlink:stable environment: - SERVICE_URL_SHLINK_8080 - - DEFAULT_DOMAIN=${SERVICE_URL_SHLINK} + - DEFAULT_DOMAIN=${SERVICE_FQDN_SHLINK} - IS_HTTPS_ENABLED=false - INITIAL_API_KEY=${SERVICE_BASE64_SHLINKAPIKEY} volumes: