fix(proxy): update Traefik image version to v3.6 in default proxy configuration
This commit is contained in:
parent
ec30426a2f
commit
afdc4f92fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue