Update traefik:v3.7.5 Docker digest to 5a52522
This commit is contained in:
parent
9881eb04c3
commit
1bdff83dcd
2 changed files with 2 additions and 2 deletions
|
|
@ -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.5@sha256:d6858791f9e74df44ca4014166647c41cdc2abd3bf2a71b832ca4e1c6a91b257";
|
image = "traefik:v3.7.5@sha256:5a52522fa05731d9c537540f873ba8c4842e83354c27275b747145bab75da120";
|
||||||
cmd = [
|
cmd = [
|
||||||
"--providers.docker=true"
|
"--providers.docker=true"
|
||||||
"--providers.docker.exposedByDefault=false"
|
"--providers.docker.exposedByDefault=false"
|
||||||
|
|
|
||||||
|
|
@ -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.5@sha256:d6858791f9e74df44ca4014166647c41cdc2abd3bf2a71b832ca4e1c6a91b257";
|
image = "traefik:v3.7.5@sha256:5a52522fa05731d9c537540f873ba8c4842e83354c27275b747145bab75da120";
|
||||||
cmd = [
|
cmd = [
|
||||||
"--providers.docker=true"
|
"--providers.docker=true"
|
||||||
"--providers.docker.endpoint=http://docker-socket-proxy:2375"
|
"--providers.docker.endpoint=http://docker-socket-proxy:2375"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue