diff --git a/app/Actions/Proxy/InstallProxy.php b/app/Actions/Proxy/InstallProxy.php index cd7dc828a..50bc00211 100644 --- a/app/Actions/Proxy/InstallProxy.php +++ b/app/Actions/Proxy/InstallProxy.php @@ -57,7 +57,8 @@ class InstallProxy ], "services" => [ "traefik" => [ - "image" => "traefik:v2.9", + "container_name" => "coolify-proxy", + "image" => "traefik:v2.10", "restart" => "always", "extra_hosts" => [ "host.docker.internal:host-gateway", diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 09034dfc1..79c5cbe16 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -4,7 +4,12 @@
+ @env('local') +