This commit is contained in:
soraefir
2026-05-09 11:53:29 +02:00
parent eafafe876f
commit 1ca61b70d2
2 changed files with 98 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ let
image = pkgs.dockerTools.streamLayeredImage {
name = "traefik";
tag = pkgs.traefik.version;
contents = with pkgs;[ traefik cacert tzdata ];
contents = with pkgs;[ cacert tzdata ];
config = {
Entrypoint = [ "${pkgs.traefik}/bin/traefik" ];
WorkingDir = "/";