Dont ignore "force https" pref when using docker compose

This commit is contained in:
Jono
2026-02-17 15:30:49 -08:00
parent 84f62c78db
commit 35a6110252
4 changed files with 22 additions and 12 deletions
+5
View File
@@ -80,6 +80,11 @@ class ServiceDatabase extends BaseModel
return data_get($this, 'is_gzip_enabled', true);
}
public function isForceHttpsEnabled()
{
return data_get($this, 'is_force_https_enabled', true);
}
public function type()
{
return 'service';