feat(traefik): don't start traefik by default

… I don't use as much as I used too and get more issues with ports conflicts nowadays
This commit is contained in:
Pierre Martin
2025-02-12 12:20:55 +01:00
parent 9e3fe37233
commit c57beb067e

View File

@@ -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; }
];
};
};