Skip to content

Commit

Permalink
feat(traefik): don't start traefik by default
Browse files Browse the repository at this point in the history
… I don't use as much as I used too and get more issues with ports conflicts nowadays
  • Loading branch information
real34 committed Feb 12, 2025
1 parent 9e3fe37 commit c57beb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/i3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
];
};
};
Expand Down

0 comments on commit c57beb0

Please sign in to comment.