fix(proxy): update Traefik image version to v3.6 in default proxy configuration

This commit is contained in:
Andras Bacsai 2025-11-12 08:18:29 +01:00
parent ec30426a2f
commit afdc4f92fe

View file

@ -212,7 +212,7 @@ function generateDefaultProxyConfiguration(Server $server, array $custom_command
'services' => [
'traefik' => [
'container_name' => 'coolify-proxy',
'image' => 'traefik:v3.1',
'image' => 'traefik:v3.6',
'restart' => RESTART_MODE,
'extra_hosts' => [
'host.docker.internal:host-gateway',