mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-13 02:22:26 +00:00
Dont ignore "force https" pref when using docker compose
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user