Skip to content

Commit e4ca5ee

Browse files
committed
chore: Update Traefik image version to v2.11
1 parent 6c1e50a commit e4ca5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/helpers/proxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function generate_default_proxy_configuration(Server $server)
132132
'services' => [
133133
'traefik' => [
134134
'container_name' => 'coolify-proxy',
135-
'image' => 'traefik:v2.10',
135+
'image' => 'traefik:v2.11',
136136
'restart' => RESTART_MODE,
137137
'extra_hosts' => [
138138
'host.docker.internal:host-gateway',

0 commit comments

Comments
 (0)