Fix mtproto proxy port mapping to 8443:443

This commit is contained in:
randogoth 2026-02-07 20:19:41 +02:00
parent 42bdb61280
commit f526cb5595

View file

@ -34,12 +34,9 @@ SECRET=${config.sops.placeholder."mtproto_secret"}
mtproto-proxy = {
image = "docker.io/telegrammessenger/proxy:latest";
autoStart = true;
ports = [ "0.0.0.0:8443:8443" ];
ports = [ "0.0.0.0:8443:443" ];
volumes = [ "mtproxy-data:/data" ];
environmentFiles = [ config.sops.templates."mtproto-proxy.env".path ];
environment = {
PORT = "8443";
};
};
};
}