fix: bind() to 0.0.0.0:80 failed

This commit is contained in:
peaklabs-dev
2024-12-23 15:33:12 +01:00
parent 1f6c6140ba
commit e51207a35e
8 changed files with 9 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
return [
'coolify' => [
'version' => '4.0.0-beta.379',
'version' => '4.0.0-beta.380',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),