chore: Update Traefik image version to v2.11
This commit is contained in:
parent
6c1e50a914
commit
e4ca5ee5f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue