Fix Tube Archivist URL

This commit is contained in:
Oliver Davies 2025-05-01 22:24:17 +01:00
parent d9866ddc41
commit ef4eef1ffe

View file

@ -163,7 +163,7 @@ in
"HOST_GID" = "1000";
"HOST_UID" = "1000";
"REDIS_CON" = "redis://archivist-redis:6379";
"TA_HOST" = "http://${cfg.url}";
"TA_HOST" = "https://${cfg.url}";
"TZ" = "Europe/London";
};