Fix mtproto proxy port mapping to 8443:443
This commit is contained in:
parent
42bdb61280
commit
f526cb5595
1 changed files with 1 additions and 4 deletions
|
|
@ -34,12 +34,9 @@ SECRET=${config.sops.placeholder."mtproto_secret"}
|
||||||
mtproto-proxy = {
|
mtproto-proxy = {
|
||||||
image = "docker.io/telegrammessenger/proxy:latest";
|
image = "docker.io/telegrammessenger/proxy:latest";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = [ "0.0.0.0:8443:8443" ];
|
ports = [ "0.0.0.0:8443:443" ];
|
||||||
volumes = [ "mtproxy-data:/data" ];
|
volumes = [ "mtproxy-data:/data" ];
|
||||||
environmentFiles = [ config.sops.templates."mtproto-proxy.env".path ];
|
environmentFiles = [ config.sops.templates."mtproto-proxy.env".path ];
|
||||||
environment = {
|
|
||||||
PORT = "8443";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue