set traefik proxy to 2.10

This commit is contained in:
Andras Bacsai
2023-05-04 08:33:06 +02:00
parent 186402168f
commit 34b162e5d3
2 changed files with 7 additions and 1 deletions

View File

@@ -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",