Compare commits

...

1 commit

Author SHA1 Message Date
0c4ae43247 Update traefik Docker tag to v3.7.7 2026-07-08 22:40:23 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ in {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
traefik = { traefik = {
image = "traefik:v3.7.6@sha256:21a3d83696379bac6434bb32e1dde0aff0e84ef2abd053ed3db87d3f45e749b2"; image = "traefik:v3.7.7@sha256:6ed4e7c21f70c336bd10f798f259a75378affa622e328eae04484f64ff5882aa";
cmd = [ cmd = [
"--providers.docker=true" "--providers.docker=true"
"--providers.docker.exposedByDefault=false" "--providers.docker.exposedByDefault=false"

View file

@ -29,7 +29,7 @@ in {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
traefik = { traefik = {
image = "traefik:v3.7.6@sha256:21a3d83696379bac6434bb32e1dde0aff0e84ef2abd053ed3db87d3f45e749b2"; image = "traefik:v3.7.7@sha256:6ed4e7c21f70c336bd10f798f259a75378affa622e328eae04484f64ff5882aa";
cmd = [ cmd = [
"--providers.docker=true" "--providers.docker=true"
"--providers.docker.endpoint=http://docker-socket-proxy:2375" "--providers.docker.endpoint=http://docker-socket-proxy:2375"