From c57beb067e99d4deafbd1ed7aba2a255c4b8c05e Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Wed, 12 Feb 2025 12:20:55 +0100 Subject: [PATCH] feat(traefik): don't start traefik by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … I don't use as much as I used too and get more issues with ports conflicts nowadays --- programs/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/i3.nix b/programs/i3.nix index 65f0ccb..bb5dd08 100644 --- a/programs/i3.nix +++ b/programs/i3.nix @@ -88,7 +88,7 @@ { command = "feh --bg-scale /home/pierre/Documents/Graphisme/fc-bg-light-black.png"; notification = false; } # docker run -d --net traefik --ip 172.10.0.10 --restart always -v /var/run/docker.sock:/var/run/docker.sock:ro --name traefik -p 80:80 -p 8080:8080 traefik:2.4.9 --api.insecure=true --providers.docker - { command = "docker start traefik"; notification = false; } + # { command = "docker start traefik"; notification = false; } ]; }; };