set traefik proxy to 2.10
This commit is contained in:
parent
186402168f
commit
34b162e5d3
@ -57,7 +57,8 @@ protected function getComposeData(): array
|
||||
],
|
||||
"services" => [
|
||||
"traefik" => [
|
||||
"image" => "traefik:v2.9",
|
||||
"container_name" => "coolify-proxy",
|
||||
"image" => "traefik:v2.10",
|
||||
"restart" => "always",
|
||||
"extra_hosts" => [
|
||||
"host.docker.internal:host-gateway",
|
||||
|
@ -4,7 +4,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@env('local')
|
||||
<title>Coolify - localhost</title>
|
||||
@endenv
|
||||
@env('production')
|
||||
<title>{{ $title ?? 'Coolify' }}</title>
|
||||
@endenv
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
@vite(['resources/js/app.js', 'resources/css/app.css'])
|
||||
<style>
|
||||
|
Loading…
Reference in New Issue
Block a user