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' => [
|
'services' => [
|
||||||
'traefik' => [
|
'traefik' => [
|
||||||
'container_name' => 'coolify-proxy',
|
'container_name' => 'coolify-proxy',
|
||||||
'image' => 'traefik:v3.1',
|
'image' => 'traefik:v3.6',
|
||||||
'restart' => RESTART_MODE,
|
'restart' => RESTART_MODE,
|
||||||
'extra_hosts' => [
|
'extra_hosts' => [
|
||||||
'host.docker.internal:host-gateway',
|
'host.docker.internal:host-gateway',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue