Compare commits
1 commit
ba2f9087f8
...
4c0573faad
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c0573faad |
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
virtualisation.oci-containers.containers = {
|
||||
traefik = {
|
||||
image = "traefik:v3.7.8@sha256:5cb000ad823bfcfff911e22a4c4fa09cee74c7a2d960c012a1a46a8d0a159fcf";
|
||||
image = "traefik:v3.7.8@sha256:4299bbed850421258fc5448c2e0e6ad350981d4d335a68de11b92448aedbefe5";
|
||||
cmd = [
|
||||
"--providers.docker=true"
|
||||
"--providers.docker.exposedByDefault=false"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
virtualisation.oci-containers.containers = {
|
||||
traefik = {
|
||||
image = "traefik:v3.7.8@sha256:5cb000ad823bfcfff911e22a4c4fa09cee74c7a2d960c012a1a46a8d0a159fcf";
|
||||
image = "traefik:v3.7.8@sha256:4299bbed850421258fc5448c2e0e6ad350981d4d335a68de11b92448aedbefe5";
|
||||
cmd = [
|
||||
"--providers.docker=true"
|
||||
"--providers.docker.endpoint=http://docker-socket-proxy:2375"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue