chore: Update Traefik image version to v2.11

This commit is contained in:
Andras Bacsai 2024-07-19 14:34:19 +02:00
parent 6c1e50a914
commit e4ca5ee5f5

View File

@ -132,7 +132,7 @@ function generate_default_proxy_configuration(Server $server)
'services' => [
'traefik' => [
'container_name' => 'coolify-proxy',
'image' => 'traefik:v2.10',
'image' => 'traefik:v2.11',
'restart' => RESTART_MODE,
'extra_hosts' => [
'host.docker.internal:host-gateway',