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"
This commit is contained in:
parent
7a8d05763a
commit
6b12011550
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue